summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index b7f376811..f395d781c 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -278,7 +278,6 @@ public:
*/
Expr mkAssociative(Kind kind, const std::vector<Expr>& children);
-
/** Make a function type from domain to range. */
FunctionType mkFunctionType(Type domain, Type range);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback