summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/smt2.h')
-rw-r--r--src/parser/smt2/smt2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h
index 8d8f8febe..07cb01423 100644
--- a/src/parser/smt2/smt2.h
+++ b/src/parser/smt2/smt2.h
@@ -130,12 +130,6 @@ class Smt2 : public Parser
api::Kind getIndexedOpKind(const std::string& name);
/**
- * Returns the expression that name should be interpreted as.
- */
- api::Term getExpressionForNameAndType(const std::string& name,
- api::Sort t) override;
-
- /**
* If we are in a version < 2.6, this updates name to the tester name of cons,
* e.g. "is-cons".
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback