summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-11 11:05:58 -0800
committerGitHub <noreply@github.com>2021-03-11 19:05:58 +0000
commitdc679ed380aabc62aadfbb4033c02c5a27ae903c (patch)
treeeae38a0bcbd56104c4e381e84d7f8c724104d365 /src/api/cvc4cpp.h
parentc314b0162c7fa089c400e11bd72c4ca24a26c9d0 (diff)
Delete Expr layer. (#6117)
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