summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-07-02 17:14:22 -0700
committerGitHub <noreply@github.com>2020-07-02 17:14:22 -0700
commit2faf908ed88c798a25b4881e3ce3026dc139bca3 (patch)
treea0e0977d8c40e4c4e6f9aa36f517335062ee282b /src/theory
parent34661cedac9ea64c4cec5fc71f0d303eb7688723 (diff)
Remove SWIG bindings (#4683)
This commit removes support for SWIG bindings for the legacy API. The bindings were already broken by 19054b3b1d427e662d30d4322df2b2f2361353da and we are not planning on using SWIG for the Java API for the new API.
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/logic_info.i17
-rw-r--r--src/theory/theory_id.i5
2 files changed, 0 insertions, 22 deletions
diff --git a/src/theory/logic_info.i b/src/theory/logic_info.i
deleted file mode 100644
index ee3652a1e..000000000
--- a/src/theory/logic_info.i
+++ /dev/null
@@ -1,17 +0,0 @@
-%{
-#include "theory/logic_info.h"
-%}
-
-%ignore CVC4::LogicInfo::LogicInfo(const char*);
-
-%rename(less) CVC4::LogicInfo::operator<(const LogicInfo&) const;
-%rename(lessEqual) CVC4::LogicInfo::operator<=(const LogicInfo&) const;
-%rename(greater) CVC4::LogicInfo::operator>(const LogicInfo&) const;
-%rename(greaterEqual) CVC4::LogicInfo::operator>=(const LogicInfo&) const;
-
-%rename(equals) CVC4::LogicInfo::operator==(const LogicInfo&) const;
-%ignore CVC4::LogicInfo::operator!=(const LogicInfo&) const;
-
-%ignore CVC4::operator<<(std::ostream&, const LogicInfo&);
-
-%include "theory/logic_info.h"
diff --git a/src/theory/theory_id.i b/src/theory/theory_id.i
deleted file mode 100644
index afe01d7b2..000000000
--- a/src/theory/theory_id.i
+++ /dev/null
@@ -1,5 +0,0 @@
-%{
-#include "theory/theory_id.h"
-%}
-
-%include "theory/theory_id.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback