projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0434611
)
fix a -Wunused
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Fri, 21 Feb 2014 09:58:31 +0000
(
04:58
-0500)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Fri, 21 Feb 2014 10:06:55 +0000
(
05:06
-0500)
src/theory/quantifiers/inst_match.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/inst_match.cpp
b/src/theory/quantifiers/inst_match.cpp
index e72e19119e560bc1cbd3e93950e40fd51ca8c31e..4a23f1c974d9834bc59de341a74dc75f4ee75e15 100644
(file)
--- a/
src/theory/quantifiers/inst_match.cpp
+++ b/
src/theory/quantifiers/inst_match.cpp
@@
-255,7
+255,7
@@
bool CDInstMatchTrie::addInstMatch( QuantifiersEngine* qe, Node f, std::vector<
}
if( !onlyExist ){
- std::map< Node, CDInstMatchTrie* >::iterator it = d_data.find( n );
+
//
std::map< Node, CDInstMatchTrie* >::iterator it = d_data.find( n );
CDInstMatchTrie* imt = new CDInstMatchTrie( c );
d_data[n] = imt;
imt->addInstMatch( qe, f, m, c, modEq, modInst, index+1, false );