summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-20 19:37:30 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-20 19:37:30 +0000
commite18075c0b0aaf637b32a4bee54bff1adb6c218ee (patch)
treef57153d9bd0d52e8b4f70fa849b4d6397570dffa /src/expr/expr_manager.i
parente8e85053afba60bd6060cb07c52c88c316d73b30 (diff)
fixes for java bindings
Diffstat (limited to 'src/expr/expr_manager.i')
-rw-r--r--src/expr/expr_manager.i3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr/expr_manager.i b/src/expr/expr_manager.i
index 178f00ccd..0d82c7aa8 100644
--- a/src/expr/expr_manager.i
+++ b/src/expr/expr_manager.i
@@ -17,9 +17,6 @@
%include "expr/expr_manager.h"
-%template(mkConst) CVC4::ExprManager::mkConst< CVC4::Rational >;
-
-
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::TypeConstant>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::ArrayStoreAll>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::BitVectorSize>;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback