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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h
index 835ff2b58..4832fc6b5 100644
--- a/src/parser/smt2/smt2.h
+++ b/src/parser/smt2/smt2.h
@@ -127,13 +127,11 @@ public:
* (1) Calls Parser::pushScope(bindingLevel).
* (2) Computes the bound variable list for the quantified formula
* that defined this definition and stores it in bvs.
- * (3) Sets func_app to the APPLY_UF with func applied to bvs.
*/
void pushDefineFunRecScope(
const std::vector<std::pair<std::string, Type> >& sortedVarNames,
Expr func,
const std::vector<Expr>& flattenVars,
- Expr& func_app,
std::vector<Expr>& bvs,
bool bindingLevel = false);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback