summaryrefslogtreecommitdiff
path: root/src/theory/strings/infer_proof_cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/infer_proof_cons.h')
-rw-r--r--src/theory/strings/infer_proof_cons.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/strings/infer_proof_cons.h b/src/theory/strings/infer_proof_cons.h
index 6b2c4dfc4..af905cbad 100644
--- a/src/theory/strings/infer_proof_cons.h
+++ b/src/theory/strings/infer_proof_cons.h
@@ -45,8 +45,7 @@ namespace strings {
*/
class InferProofCons : public ProofGenerator
{
- typedef context::CDHashMap<Node, std::shared_ptr<InferInfo>, NodeHashFunction>
- NodeInferInfoMap;
+ typedef context::CDHashMap<Node, std::shared_ptr<InferInfo>> NodeInferInfoMap;
public:
InferProofCons(context::Context* c,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback