fix a -Wunused
authorKshitij Bansal <kshitij@cs.nyu.edu>
Fri, 21 Feb 2014 09:58:31 +0000 (04:58 -0500)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Fri, 21 Feb 2014 10:06:55 +0000 (05:06 -0500)
src/theory/quantifiers/inst_match.cpp

index e72e19119e560bc1cbd3e93950e40fd51ca8c31e..4a23f1c974d9834bc59de341a74dc75f4ee75e15 100644 (file)
@@ -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 );