summaryrefslogtreecommitdiff
path: root/src/expr/node_manager.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-09-24 20:55:58 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-09-24 20:55:58 +0000
commit86df00c36c6cbabac53001082219c3fc8c0fa297 (patch)
treebe6865d50b8be133bc7d914fb80b531295021da4 /src/expr/node_manager.h
parent1f48835b7252757bb778a93bdac2d62e1dea59bc (diff)
some api changes
Diffstat (limited to 'src/expr/node_manager.h')
-rw-r--r--src/expr/node_manager.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index 893fde64b..4a05b174d 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -658,9 +658,6 @@ public:
/** Get the (singleton) type for strings. */
inline TypeNode stringType();
- /** Get the (singleton) type for sorts. */
- inline TypeNode kindType();
-
/** Get the bound var list type. */
inline TypeNode boundVarListType();
@@ -983,11 +980,6 @@ inline TypeNode NodeManager::stringType() {
return TypeNode(mkTypeConst<TypeConstant>(STRING_TYPE));
}
-/** Get the (singleton) type for sorts. */
-inline TypeNode NodeManager::kindType() {
- return TypeNode(mkTypeConst<TypeConstant>(KIND_TYPE));
-}
-
/** Get the bound var list type. */
inline TypeNode NodeManager::boundVarListType() {
return TypeNode(mkTypeConst<TypeConstant>(BOUND_VAR_LIST_TYPE));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback