summaryrefslogtreecommitdiff
path: root/src/expr/proof_node_algorithm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_node_algorithm.cpp')
-rw-r--r--src/expr/proof_node_algorithm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/proof_node_algorithm.cpp b/src/expr/proof_node_algorithm.cpp
index 957893cb3..4bb35b5dc 100644
--- a/src/expr/proof_node_algorithm.cpp
+++ b/src/expr/proof_node_algorithm.cpp
@@ -61,7 +61,7 @@ void getFreeAssumptionsMap(
// after postvisiting SCOPE1: { y: 1 }
// after postvisiting SCOPE2: {}
//
- std::unordered_map<Node, uint32_t, NodeHashFunction> scopeDepth;
+ std::unordered_map<Node, uint32_t> scopeDepth;
std::shared_ptr<ProofNode> cur;
visit.push_back(pn);
do
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback