about summary refs log tree commit diff homepage
path: root/lib/Solver/QueryLoggingSolver.h
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2018-10-03 14:15:55 +0200
committerCristian Cadar <c.cadar@imperial.ac.uk>2018-10-23 18:57:53 +0300
commitd032742a963e7d8e83dad509dd1c95b4e1a34436 (patch)
tree9ac1a1ec81af7593c36a2f3a838cca7480225bcf /lib/Solver/QueryLoggingSolver.h
parent9584781629cd0b04d150762c0b5ea1cced859368 (diff)
downloadklee-d032742a963e7d8e83dad509dd1c95b4e1a34436.tar.gz
use klee_open_output_file for uncompressed logs
Diffstat (limited to 'lib/Solver/QueryLoggingSolver.h')
-rw-r--r--lib/Solver/QueryLoggingSolver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Solver/QueryLoggingSolver.h b/lib/Solver/QueryLoggingSolver.h
index 7ac783d1..68edfe55 100644
--- a/lib/Solver/QueryLoggingSolver.h
+++ b/lib/Solver/QueryLoggingSolver.h
@@ -25,7 +25,6 @@ class QueryLoggingSolver : public SolverImpl {
 
 protected:
   Solver *solver;
-  std::string ErrorInfo;
   llvm::raw_ostream *os;
   // @brief Buffer used by logBuffer
   std::string BufferString;