summaryrefslogtreecommitdiff
path: root/src/theory/ext_theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/ext_theory.h')
-rw-r--r--src/theory/ext_theory.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/theory/ext_theory.h b/src/theory/ext_theory.h
index 425c6fe6c..f5e08e2f5 100644
--- a/src/theory/ext_theory.h
+++ b/src/theory/ext_theory.h
@@ -164,10 +164,9 @@ class ExtTheoryCallback
*/
class ExtTheory
{
- using NodeBoolMap = context::CDHashMap<Node, bool, NodeHashFunction>;
- using NodeExtReducedIdMap =
- context::CDHashMap<Node, ExtReducedId, NodeHashFunction>;
- using NodeSet = context::CDHashSet<Node, NodeHashFunction>;
+ using NodeBoolMap = context::CDHashMap<Node, bool>;
+ using NodeExtReducedIdMap = context::CDHashMap<Node, ExtReducedId>;
+ using NodeSet = context::CDHashSet<Node>;
public:
/** constructor
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback