diff options
Diffstat (limited to 'src/kern/operatingsystem.hh')
-rw-r--r-- | src/kern/operatingsystem.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kern/operatingsystem.hh b/src/kern/operatingsystem.hh index f6f035f43..12aff946c 100644 --- a/src/kern/operatingsystem.hh +++ b/src/kern/operatingsystem.hh @@ -116,10 +116,6 @@ class OperatingSystem { static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc); - static const bool mmapGrowsUp = true; - - static bool mmapGrowsDown() { return false; } - }; // class OperatingSystem #endif // __OPERATINGSYSTEM_HH__ |