diff options
author | ronny | 2003-06-19 13:34:16 +0000 |
---|---|---|
committer | ronny | 2003-06-19 13:34:16 +0000 |
commit | 74cde08253757f2c6ed0ca3054b2e0fc17a18311 (patch) | |
tree | 796a1f8715d9075027d2185b5bd1ad928c9e8137 /frontend/syntax.dcl | |
parent | removed 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.dcl | 1 |
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]}} |