summaryrefslogtreecommitdiff
path: root/src/util/proof.i
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/util/proof.i
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/util/proof.i')
-rw-r--r--src/util/proof.i7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/proof.i b/src/util/proof.i
deleted file mode 100644
index 59a524a0f..000000000
--- a/src/util/proof.i
+++ /dev/null
@@ -1,7 +0,0 @@
-%{
-#include "util/proof.h"
-%}
-
-%ignore CVC4::Proof::toStream(std::ostream& out, const ProofLetMap& map) const;
-
-%include "util/proof.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback