syscall_emul: remove mmapFlagTable
After all this it turns out we don't even use it.
This commit is contained in:
@@ -119,9 +119,6 @@ class SparcLinux : public Linux
|
||||
|
||||
static const int NUM_OPEN_FLAGS;
|
||||
|
||||
/// For mmap().
|
||||
static SyscallFlagTransTable mmapFlagTable[];
|
||||
|
||||
static const unsigned TGT_MAP_SHARED = 0x00001;
|
||||
static const unsigned TGT_MAP_PRIVATE = 0x00002;
|
||||
static const unsigned TGT_MAP_ANON = 0x00020;
|
||||
|
||||
Reference in New Issue
Block a user