summaryrefslogtreecommitdiff
path: root/src/cvc4.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-08 05:13:53 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-08 05:13:53 +0000
commit02fb5a3a3219158e8c1b31a737c0a17182e8d91e (patch)
tree1111e1b535eea96a219fcf0d9965d2637734dbce /src/cvc4.i
parent843693ecaa8190221e78d29ba0338e800b663f89 (diff)
Public interface review items:
* don't document internal-only stuff (like DefaultCleanup for CDLists) * NoSuchFunctionException -> TypeCheckingException
Diffstat (limited to 'src/cvc4.i')
-rw-r--r--src/cvc4.i1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cvc4.i b/src/cvc4.i
index a4d5e1986..bc9f5a5af 100644
--- a/src/cvc4.i
+++ b/src/cvc4.i
@@ -117,7 +117,6 @@ using namespace CVC4;
%include "expr/expr_stream.i"
%include "smt/smt_engine.i"
-%include "smt/no_such_function_exception.i"
%include "smt/modal_exception.i"
%include "options/options.i"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback