diff options
author | johnvg | 2011-03-21 10:26:33 +0000 |
---|---|---|
committer | johnvg | 2011-03-21 10:26:33 +0000 |
commit | cf5d6fc67c48f64b20abb57b6f2f7f46f205e771 (patch) | |
tree | a81a85526d16e96519294b7be86ce7b3643ceadd /frontend/checktypes.icl | |
parent | update files for the Mac after removing some unused fields and values on Windows (diff) |
remove unused field td_context from type TypeDef
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1884 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checktypes.icl')
-rw-r--r-- | frontend/checktypes.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl index b286222..3af1c3b 100644 --- a/frontend/checktypes.icl +++ b/frontend/checktypes.icl @@ -1538,7 +1538,6 @@ where , td_arity = 0 , td_args = td_args , td_attrs = [] - , td_context = [] , td_rhs = RecordType {rt_constructor = cons_symbol, rt_fields = { field \\ field <- reverse rev_fields }, rt_is_boxed_record=False} , td_attribute = TA_None , td_pos = NoPos |