diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/linux/linux.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/mips/linux/linux.hh b/src/arch/mips/linux/linux.hh index e0b785c76..38e6abcd1 100644 --- a/src/arch/mips/linux/linux.hh +++ b/src/arch/mips/linux/linux.hh @@ -102,9 +102,6 @@ class MipsLinux : public Linux static const int TGT_O_PATH = 0x00200000; //!< 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 = 0x00800; |