summaryrefslogtreecommitdiff
path: root/src/theory/arrays/array_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/array_info.h')
-rw-r--r--src/theory/arrays/array_info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/arrays/array_info.h b/src/theory/arrays/array_info.h
index 15f27eb96..42c6e7387 100644
--- a/src/theory/arrays/array_info.h
+++ b/src/theory/arrays/array_info.h
@@ -86,8 +86,7 @@ public:
}
};/* class Info */
-
-typedef std::unordered_map<Node, Info*, NodeHashFunction> CNodeInfoMap;
+typedef std::unordered_map<Node, Info*> CNodeInfoMap;
/**
* Class keeping track of the following information for canonical
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback