summaryrefslogtreecommitdiff
path: root/src/expr/mkkind
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/expr/mkkind
parentec29471e427bf25034a93c182b424730d439a90a (diff)
remove instantiator framework
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/expr/mkkind')
-rwxr-xr-xsrc/expr/mkkind6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/expr/mkkind b/src/expr/mkkind
index 88c28d4b9..786d6187b 100755
--- a/src/expr/mkkind
+++ b/src/expr/mkkind
@@ -105,12 +105,6 @@ function theory {
"
}
-function instantiator {
- # instantiator class header
- lineno=${BASH_LINENO[0]}
- check_theory_seen
-}
-
function properties {
# rewriter class header
lineno=${BASH_LINENO[0]}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback