summaryrefslogtreecommitdiff
path: root/src/theory/mktheorytraits
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-12-01 15:13:58 +0000
committerMorgan Deters <mdeters@gmail.com>2012-12-01 15:13:58 +0000
commite820acb9e220389e9a7e23bcffd97f1d0354f612 (patch)
tree2c968d847c87ec363cf6add1ac3cf8cfbf4902a1 /src/theory/mktheorytraits
parentec29471e427bf25034a93c182b424730d439a90a (diff)
remove instantiator framework
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/theory/mktheorytraits')
-rwxr-xr-xsrc/theory/mktheorytraits16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/theory/mktheorytraits b/src/theory/mktheorytraits
index c8ef23a78..a44d8e9c3 100755
--- a/src/theory/mktheorytraits
+++ b/src/theory/mktheorytraits
@@ -61,9 +61,6 @@ theory_parametric="false"
rewriter_class=
rewriter_header=
-instantiator_class=void
-instantiator_header=
-
theory_id=
theory_class=
@@ -135,7 +132,6 @@ template<>
struct TheoryTraits<${theory_id}> {
typedef ${theory_class} theory_class;
typedef ${rewriter_class} rewriter_class;
- typedef ${instantiator_class} instantiator_class;
static const bool isStableInfinite = ${theory_stable_infinite};
static const bool isFinite = ${theory_finite};
@@ -240,18 +236,6 @@ function construle {
check_theory_seen
}
-function instantiator {
- # instantiator class header
- lineno=${BASH_LINENO[0]}
- check_theory_seen
-
- instantiator_class="$1"
- instantiator_header="$2"
-
- theory_includes="${theory_includes}#include \"$2\"
-"
-}
-
function properties {
# properties property*
lineno=${BASH_LINENO[0]}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback