From 2faf908ed88c798a25b4881e3ce3026dc139bca3 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Thu, 2 Jul 2020 17:14:22 -0700 Subject: 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. --- src/util/proof.i | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/util/proof.i (limited to 'src/util/proof.i') 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" -- cgit v1.2.3