aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorjohnvg2005-04-21 11:53:28 +0000
committerjohnvg2005-04-21 11:53:28 +0000
commita1ba3282fc4f07d6f04f2a5a1fd203c169aac0a8 (patch)
tree02a6e12e0cb72d62c0c31bb3a4c3f7d3c3cff825 /frontend
parentremove unused variable nr_of_funs (diff)
remove unused variable dummy_ds
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1532 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/check.icl7
1 files changed, 1 insertions, 6 deletions
diff --git a/frontend/check.icl b/frontend/check.icl
index 6ffd88f..9b2ceaf 100644
--- a/frontend/check.icl
+++ b/frontend/check.icl
@@ -3448,11 +3448,6 @@ checkInstancesOfDclModule mod_index (nr_of_dcl_functions_and_instances, nr_of_dc
# gencase_defs = {gencase_defs & [gc_index] = gencase_def}
#! fun_ident = genericIdentToFunIdent gc_ident gc_type_cons
- #! dummy_ds =
- { ds_ident = fun_ident
- , ds_arity = 0
- , ds_index = NoIndex
- }
#! (var_info_ptr, hp_var_heap) = newPtr VI_Empty hp_var_heap
#! fun =
{ ft_ident = fun_ident
@@ -3463,7 +3458,7 @@ checkInstancesOfDclModule mod_index (nr_of_dcl_functions_and_instances, nr_of_dc
, ft_specials = SP_None
, ft_type_ptr = var_info_ptr
}
-
+
= (fun, gencase_defs, hp_var_heap)
//---> ("create_gencase_funtypes", gc_ident, gc_type_cons, gc_index, fun_index)