From 691abe521ea8a7e87db51e22880cf101d59bf3e7 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Wed, 6 Dec 2017 20:57:44 -0600 Subject: Add command for define-fun-rec and add to API (#1412) --- src/parser/smt2/smt2.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/parser/smt2/smt2.h') 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 >& sortedVarNames, Expr func, const std::vector& flattenVars, - Expr& func_app, std::vector& bvs, bool bindingLevel = false); -- cgit v1.2.3