aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authorronny2003-06-19 13:34:16 +0000
committerronny2003-06-19 13:34:16 +0000
commit74cde08253757f2c6ed0ca3054b2e0fc17a18311 (patch)
tree796a1f8715d9075027d2185b5bd1ad928c9e8137 /frontend/syntax.dcl
parentremoved unused module typeanal (diff)
removed unused field class_arg_kinds
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1355 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index c9b468b..d82da23 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -268,7 +268,6 @@ cNameLocationDependent :== True
, class_dictionary :: !DefinedSymbol
, class_pos :: !Position
, class_cons_vars :: !BITVECT
- , class_arg_kinds :: ![TypeKind] // filled in in checkKindCorrectness phase
}
:: ClassDefInfos :== {# .{! [TypeKind]}}