projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061c694
)
Removing an unused iterator.
author
Tim King
<taking@google.com>
Sun, 25 Sep 2016 22:52:57 +0000
(15:52 -0700)
committer
Tim King
<taking@google.com>
Sun, 25 Sep 2016 22:52:57 +0000
(15:52 -0700)
src/theory/quantifiers/inst_strategy_cbqi.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/inst_strategy_cbqi.cpp
b/src/theory/quantifiers/inst_strategy_cbqi.cpp
index 9ee62964ba79cb6d29c1dd862da0e1cbd3680764..165c9904ded225999dc09b3a6b92ae800ca0f059 100644
(file)
--- a/
src/theory/quantifiers/inst_strategy_cbqi.cpp
+++ b/
src/theory/quantifiers/inst_strategy_cbqi.cpp
@@
-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 ){