summaryrefslogtreecommitdiff
path: root/src/compat/cvc3_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/cvc3_compat.h')
-rw-r--r--src/compat/cvc3_compat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/compat/cvc3_compat.h b/src/compat/cvc3_compat.h
index 31d914b58..911e967ca 100644
--- a/src/compat/cvc3_compat.h
+++ b/src/compat/cvc3_compat.h
@@ -68,16 +68,6 @@
#include <map>
#include <utility>
-// some #defines that CVC3 exported to userspace :(
-#ifdef CVC4_DEBUG
-# define DebugAssert(cond, str) Assert((cond), "CVC3-style assertion failed: %s", std::string(str).c_str());
-# define IF_DEBUG(x) x
-#else
-# define DebugAssert(...)
-# define IF_DEBUG(x)
-#endif
-#define FatalAssert(cond, str) AlwaysAssert((cond), "CVC3-style assertion failed: %s", std::string(str).c_str());
-
//class CInterface;
namespace CVC3 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback