diff options
Diffstat (limited to 'lib/Core/Executor.cpp')
-rw-r--r-- | lib/Core/Executor.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 6abd0234..64f67b4c 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -258,9 +258,6 @@ namespace { } -static void *theMMap = 0; -static unsigned theMMapSize = 0; - namespace klee { RNG theRNG; } @@ -3269,11 +3266,6 @@ void Executor::runFunctionAsMain(Function *f, if (statsTracker) statsTracker->done(); - - if (theMMap) { - munmap(theMMap, theMMapSize); - theMMap = 0; - } } unsigned Executor::getPathStreamID(const ExecutionState &state) { |