diff options
author | johnvg | 2001-09-06 15:30:01 +0000 |
---|---|---|
committer | johnvg | 2001-09-06 15:30:01 +0000 |
commit | d27143250ac87f53b0083a3a1cc3fb2190fb0015 (patch) | |
tree | 49d48418e4315d0da58d354ff2074862fff8ddd5 /frontend/checksupport.icl | |
parent | added command line flag to enable generics (diff) |
remove 'dcl_is_cashed'
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@758 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 90e8880..3824d6f 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -124,7 +124,6 @@ where , dcl_module_kind :: !ModuleKind // ... RWS , dcl_imported_module_numbers :: !NumberSet - , dcl_is_cashed :: !Bool } class Erroradmin state // PK... |