Removing an unused iterator.
authorTim King <taking@google.com>
Sun, 25 Sep 2016 22:52:57 +0000 (15:52 -0700)
committerTim King <taking@google.com>
Sun, 25 Sep 2016 22:52:57 +0000 (15:52 -0700)
src/theory/quantifiers/inst_strategy_cbqi.cpp

index 9ee62964ba79cb6d29c1dd862da0e1cbd3680764..165c9904ded225999dc09b3a6b92ae800ca0f059 100644 (file)
@@ -406,7 +406,6 @@ Node InstStrategyCbqi::doNestedQENode( Node q, Node ceq, Node n, std::vector< No
 }
 
 Node InstStrategyCbqi::doNestedQERec( Node q, Node n, std::map< Node, Node >& visited, std::vector< Node >& inst_terms, bool doVts ) {
-  std::map< Node, Node >::iterator it = visited.find( n );
   if( visited.find( n )==visited.end() ){
     Node ret = n;
     if( n.getKind()==FORALL ){