mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove leftover definition from move to SyscallTable
PiperOrigin-RevId: 467930784 Change-Id: Id149fe9ef85718f28fcb396b03b574c32dc846d8
This commit is contained in:
parent
28504f1817
commit
7008aa21b6
|
@ -43,9 +43,6 @@ struct SyscallTable::Entry {
|
|||
static std::string GetArgumentDescription(uint64_t value, ArgType type,
|
||||
pid_t pid);
|
||||
|
||||
std::vector<std::string> GetArgumentsDescription(
|
||||
const uint64_t values[syscalls::kMaxArgs], pid_t pid) const;
|
||||
|
||||
static constexpr bool BySyscallNr(const SyscallTable::Entry& a,
|
||||
const SyscallTable::Entry& b) {
|
||||
return a.nr < b.nr;
|
||||
|
|
Loading…
Reference in New Issue
Block a user