diff options
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/Executor.cpp | 2 | ||||
-rw-r--r-- | lib/Core/Memory.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 39c6d78a..2aae57c9 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -242,7 +242,7 @@ namespace { cl::opt<bool> MaxMemoryInhibit("max-memory-inhibit", - cl::desc("Inhibit forking at memory cap (vs. random terminat)"), + cl::desc("Inhibit forking at memory cap (vs. random terminate)"), cl::init(true)); // use 'external storage' because also needed by tools/klee/main.cpp diff --git a/lib/Core/Memory.cpp b/lib/Core/Memory.cpp index 9a79abfd..d8cf0bdb 100644 --- a/lib/Core/Memory.cpp +++ b/lib/Core/Memory.cpp @@ -61,8 +61,6 @@ ObjectHolder &ObjectHolder::operator=(const ObjectHolder &b) { int MemoryObject::counter = 0; -extern "C" void vc_DeleteExpr(void*); - MemoryObject::~MemoryObject() { } |