summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/cvc4cpp.h')
-rw-r--r--src/api/cvc4cpp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index 77a2378de..968ed0522 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -64,7 +64,6 @@ class SmtEngine;
class SygusConstraintCommand;
class SygusInvConstraintCommand;
class SynthFunCommand;
-class Type;
class TypeNode;
class Options;
class QueryCommand;
@@ -718,7 +717,6 @@ class CVC4_PUBLIC Sort
* @param t the internal type that is to be wrapped by this sort
* @return the Sort
*/
- Sort(const Solver* slv, const CVC4::Type& t);
Sort(const Solver* slv, const CVC4::TypeNode& t);
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback