syscall_emul: remove mmapFlagTable
After all this it turns out we don't even use it.
This commit is contained in:
@@ -124,9 +124,6 @@ class ArmLinux32 : public Linux
|
||||
static const int TGT_O_PATH = 010000000; //!< O_PATH
|
||||
//@}
|
||||
|
||||
/// 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