summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2019-02-12 20:16:24 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2019-02-12 20:16:24 -0800
commit6eb492f636d2c950a6064389dfba297baff8e08e (patch)
tree7c5aabc01a6403c334e3f9f837c166e27d92ae50 /src/api/cvc4cpp.h
parent6b07347b4964ff79dc6a17f22ab4be29aa489196 (diff)
New C++ API: Remove redundant mkTerm function. (#2836)
Diffstat (limited to 'src/api/cvc4cpp.h')
-rw-r--r--src/api/cvc4cpp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index 955aff21a..2ac762b3e 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -1703,14 +1703,6 @@ class CVC4_PUBLIC Solver
Term mkTerm(Kind kind) const;
/**
- * Create 0-ary term of given kind and sort.
- * @param kind the kind of the term
- * @param sort the sort argument to this kind
- * @return the Term
- */
- Term mkTerm(Kind kind, Sort sort) const;
-
- /**
* Create a unary term of given kind.
* @param kind the kind of the term
* @param child the child of the term
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback