summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/nl_ext_purify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/nl_ext_purify.h')
-rw-r--r--src/preprocessing/passes/nl_ext_purify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocessing/passes/nl_ext_purify.h b/src/preprocessing/passes/nl_ext_purify.h
index 211373e35..ab5a6ac7f 100644
--- a/src/preprocessing/passes/nl_ext_purify.h
+++ b/src/preprocessing/passes/nl_ext_purify.h
@@ -31,7 +31,7 @@ namespace cvc5 {
namespace preprocessing {
namespace passes {
-using NodeMap = std::unordered_map<Node, Node, NodeHashFunction>;
+using NodeMap = std::unordered_map<Node, Node>;
class NlExtPurify : public PreprocessingPass
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback