summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_preprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_preprocess.h')
-rw-r--r--src/theory/arith/arith_preprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/arith_preprocess.h b/src/theory/arith/arith_preprocess.h
index 63b4515e7..a537c33c7 100644
--- a/src/theory/arith/arith_preprocess.h
+++ b/src/theory/arith/arith_preprocess.h
@@ -83,7 +83,7 @@ class ArithPreprocess
/** The operator elimination utility */
OperatorElim& d_opElim;
/** The set of assertions that were reduced */
- context::CDHashMap<Node, bool, NodeHashFunction> d_reduced;
+ context::CDHashMap<Node, bool> d_reduced;
};
} // namespace arith
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback