summaryrefslogtreecommitdiff
path: root/src/expr/mkkind
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-05-27 21:19:36 +0000
committerMorgan Deters <mdeters@gmail.com>2010-05-27 21:19:36 +0000
commit6ac90a806f563981bc25fe06bb0dde35d62da7a9 (patch)
treecbf5f3b1d4877cd6a7469356cfabbea5242d1d8f /src/expr/mkkind
parent671a3d6d5ae8a89a1bb846a78f5ec9c064edc655 (diff)
Remove isAtomic() as per 4/27/2010 meeting. Add comments about its potential design for later. Resolves bug 113, invalidates bugs 93 and 94.
Diffstat (limited to 'src/expr/mkkind')
-rwxr-xr-xsrc/expr/mkkind9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/expr/mkkind b/src/expr/mkkind
index d9c64b660..a417b7871 100755
--- a/src/expr/mkkind
+++ b/src/expr/mkkind
@@ -83,15 +83,6 @@ function operator {
register_kind "$1" "$2" "$3"
}
-function nonatomic_operator {
- # nonatomic_operator K #children ["comment"]
-
- lineno=${BASH_LINENO[0]}
-
- check_theory_seen
- register_kind "$1" "$2" "$3"
-}
-
function parameterized {
# parameterized K1 K2 #children ["comment"]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback