summaryrefslogtreecommitdiff
path: root/src/util/emptyset.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/emptyset.i')
-rw-r--r--src/util/emptyset.i17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/util/emptyset.i b/src/util/emptyset.i
deleted file mode 100644
index ce4f3a4b7..000000000
--- a/src/util/emptyset.i
+++ /dev/null
@@ -1,17 +0,0 @@
-%{
-#include "util/emptyset.h"
-%}
-
-%rename(equals) CVC4::EmptySet::operator==(const EmptySet&) const;
-%ignore CVC4::EmptySet::operator!=(const EmptySet&) const;
-
-%rename(less) CVC4::EmptySet::operator<(const EmptySet&) const;
-%rename(lessEqual) CVC4::EmptySet::operator<=(const EmptySet&) const;
-%rename(greater) CVC4::EmptySet::operator>(const EmptySet&) const;
-%rename(greaterEqual) CVC4::EmptySet::operator>=(const EmptySet&) const;
-
-%rename(apply) CVC4::EmptySetHashFunction::operator()(const EmptySet&) const;
-
-%ignore CVC4::operator<<(std::ostream& out, const EmptySet& es);
-
-%include "util/emptyset.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback