summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-02-05 16:39:30 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-02-05 16:39:30 -0500
commit8d28109c7d6305c606fca9cf9869d606df9f661d (patch)
tree63b79943f036bce1c533cd77982fe29b596c88ba /src
parent2704a810d79b0c47b634fd06032da6490b82db71 (diff)
parent1ea7caf0ef8e4ef3db22b6392c9624345eb974e3 (diff)
Merge branch '1.0.x'
Diffstat (limited to 'src')
-rw-r--r--src/expr/node_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/node_builder.h b/src/expr/node_builder.h
index 458bd25fa..5f813dbe8 100644
--- a/src/expr/node_builder.h
+++ b/src/expr/node_builder.h
@@ -1285,7 +1285,7 @@ void NodeBuilder<nchild_thresh>::internalCopy(const NodeBuilder<N>& nb) {
return;
}
- bool realloced = false;
+ bool realloced CVC4_UNUSED = false;
if(nb.d_nvMaxChildren > d_nvMaxChildren) {
realloced = true;
realloc(nb.d_nvMaxChildren);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback