about summary refs log tree commit diff homepage
path: root/lib/Solver/STPBuilder.h
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-12-04 14:20:52 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2015-12-04 14:20:52 +0000
commit61332cd6174b88148c4f891845ab181f0ee054ca (patch)
treee8e4a3249656ed48e209b080a67aa3a969fb5b55 /lib/Solver/STPBuilder.h
parenteb4f9b5b6e674530fa1a011889380d0cce76caef (diff)
downloadklee-61332cd6174b88148c4f891845ab181f0ee054ca.tar.gz
Remove dead ``tempVars`` and ``getTempVar()`` method in STPBuilder
Diffstat (limited to 'lib/Solver/STPBuilder.h')
-rw-r--r--lib/Solver/STPBuilder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Solver/STPBuilder.h b/lib/Solver/STPBuilder.h
index ef1cd8b3..e196a064 100644
--- a/lib/Solver/STPBuilder.h
+++ b/lib/Solver/STPBuilder.h
@@ -68,7 +68,6 @@ namespace klee {
 
 class STPBuilder {
   ::VC vc;
-  ExprHandle tempVars[4];
   ExprHashMap< std::pair<ExprHandle, unsigned> > constructed;
 
   /// optimizeDivides - Rewrite division and reminders by constants
@@ -120,7 +119,6 @@ public:
 
   ExprHandle getTrue();
   ExprHandle getFalse();
-  ExprHandle getTempVar(Expr::Width w);
   ExprHandle getInitialRead(const Array *os, unsigned index);
 
   ExprHandle construct(ref<Expr> e) {