summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_rewriter.cpp')
-rw-r--r--src/theory/quantifiers/quantifiers_rewriter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quantifiers_rewriter.cpp b/src/theory/quantifiers/quantifiers_rewriter.cpp
index 798576ec3..b92d72ef4 100644
--- a/src/theory/quantifiers/quantifiers_rewriter.cpp
+++ b/src/theory/quantifiers/quantifiers_rewriter.cpp
@@ -1817,11 +1817,9 @@ void QuantifiersRewriter::computePurifyExpand( Node body, std::vector< Node >& c
std::map< int, std::vector< Node > > disj;
std::map< int, std::vector< Node > > fvs;
for( unsigned i=0; i<body.getNumChildren(); i++ ){
- int pid = getPurifyIdLit( body[i] );
-
+ int pid CVC4_UNUSED = getPurifyIdLit( body[i] );
}
//mark as an attribute
//Node attr = NodeManager::currentNM()->mkNode( INST_ATTRIBUTE, body );
-
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback