diff options
author | johnvg | 2007-01-30 10:24:08 +0000 |
---|---|---|
committer | johnvg | 2007-01-30 10:24:08 +0000 |
commit | 838c9fb0b8acf19a4ee3480264f5374e650df93b (patch) | |
tree | a4f3e134c12b54392b7cf4fd94332c8f6bc5bcb9 | |
parent | remove di_instances, because it is always [] (diff) |
remove di_instances, because it is always []
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1645 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | frontend/check.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/check.icl b/frontend/check.icl index 286fd7d..782e14b 100644 --- a/frontend/check.icl +++ b/frontend/check.icl @@ -3260,7 +3260,7 @@ where = replaceTwoDimArrElt cai_component_nr cai_index TemporarilyFetchedAway expl_imp_infos (all_belongs, dcl_modules) = getBelongingSymbols decl dcl_modules di_belonging = nsFromTo (nrOfBelongingSymbols all_belongs) - di = { di_decl = decl, di_instances = [], di_belonging = di_belonging } + di = { di_decl = decl, di_belonging = di_belonging } new_expl_imp_info = ExplImpInfo eii_ident (ikhInsert` False mod_index di eii_declaring_modules) = (dcl_modules, { expl_imp_infos & [cai_component_nr,cai_index] = new_expl_imp_info }, cs_symbol_table) updateExplImpForMarkedLocalSymbol _ _ entry dcl_modules expl_imp_infos cs_symbol_table |