revert
authorChad Brewbaker <chad@flyingdogsolutions.com>
Wed, 11 Jan 2017 02:59:20 +0000 (20:59 -0600)
committerChad Brewbaker <chad@flyingdogsolutions.com>
Wed, 11 Jan 2017 02:59:20 +0000 (20:59 -0600)
src/smt/smt_engine.cpp

index 9f4929d0b6d0c3c42f727ac7425bf1555c99eb89..a79416b76ecac68ca00d70b590d707885154a2f7 100644 (file)
@@ -4255,9 +4255,6 @@ void SmtEnginePrivate::processAssertions() {
 
   d_assertions.clear();
   d_iteSkolemMap.clear();
-  #ifdef CVC4_ASSERTIONS
-  Rewriter::clearCaches();
-  #endif
 }
 
 void SmtEnginePrivate::addFormula(TNode n, bool inUnsatCore, bool inInput)