syscall_emul: remove mmapFlagTable

After all this it turns out we don't even use it.
This commit is contained in:
Steve Reinhardt
2016-04-01 16:38:16 -07:00
parent 0e214bdfd1
commit df36764e91
7 changed files with 1 additions and 63 deletions

View File

@@ -103,9 +103,6 @@ class AlphaLinux : public Linux
static const int TGT_O_PATH = 040000000; //!< O_PATH
//@}
/// For mmap().
static SyscallFlagTransTable mmapFlagTable[];
static const unsigned TGT_MAP_SHARED = 0x000001;
static const unsigned TGT_MAP_PRIVATE = 0x000002;
static const unsigned TGT_MAP_ANON = 0x000010;