From 5099d8124393dcd577c2dd091834a17fe2d9fcdb Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Mar 2010 05:08:45 +0000 Subject: Kill off ExecutionTrace stuff, it is too messy. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@98466 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/klee/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools') diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 8b788b9d..b0b44bb8 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -185,7 +185,6 @@ namespace { cl::init(0)); } -extern bool WriteTraces; extern cl::opt MaxTime; /***/ @@ -476,12 +475,6 @@ void KleeHandler::processTestCase(const ExecutionState &state, delete f; } - if (WriteTraces) { - std::ostream *f = openTestFile("trace", id); - state.exeTraceMgr.printAllEvents(*f); - delete f; - } - if (m_testIndex == StopAfterNTests) m_interpreter->setHaltExecution(true); -- cgit 1.4.1