Remove leftover definition from move to SyscallTable

PiperOrigin-RevId: 467930784
Change-Id: Id149fe9ef85718f28fcb396b03b574c32dc846d8
This commit is contained in:
Christian Blichmann 2022-08-16 08:24:23 -07:00 committed by Copybara-Service
parent 28504f1817
commit 7008aa21b6

View File

@ -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;