summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-23 23:37:42 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-23 23:37:42 +0000
commita63064385c56600143ac470108fe8e640a4ca3ee (patch)
tree2b1d13fbd4c05669f873964a5fee0f87cbf1a330 /src/expr/expr_manager_template.h
parent5f742fbd0ddb1b7e89bd9f7ce8fd38bed2ebc3db (diff)
interface cleanup, java bindings work
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index 2828ae381..77b92c873 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -376,10 +376,6 @@ public:
/** Make a new sort with the given name. */
SortType mkSort(const std::string& name) const;
- /** Make a new sort from a constructor. */
- SortType mkSort(SortConstructorType constructor,
- const std::vector<TypeNode>& children) const;
-
/** Make a sort constructor from a name and arity. */
SortConstructorType mkSortConstructor(const std::string& name,
size_t arity) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback