aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2011-02-23 12:41:05 +0000
committerjohnvg2011-02-23 12:41:05 +0000
commitba0a7743024b2f57de76de9e3884896631d071b8 (patch)
tree79d78944387cc120ce7617b759ee9cbe3573ce60
parentremove unused function check_generic_vars (diff)
really remove dummy function add_kind in function check_generic_expr
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1852 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/checkFunctionBodies.icl5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/checkFunctionBodies.icl b/frontend/checkFunctionBodies.icl
index e03f965..fe3a440 100644
--- a/frontend/checkFunctionBodies.icl
+++ b/frontend/checkFunctionBodies.icl
@@ -1192,11 +1192,6 @@ checkExpression free_vars (PE_Generic id=:{id_name,id_info} kind) e_input e_stat
}
= (App app, es_expr_heap, {cs & cs_predef_symbols = cs_predef_symbols})
- add_kind :: !Index !TypeKind !u:{#GenericDef} !*ExpressionState
- -> (!u:{#GenericDef}, !*ExpressionState)
- add_kind generic_index kind generic_defs e_state=:{es_generic_heap}
- = (generic_defs, {e_state & es_generic_heap = es_generic_heap})
-
checkExpression free_vars (PE_TypeSignature array_kind expr) e_input e_state e_info cs
# (expr,free_vars,e_state,e_info,cs) = checkExpression free_vars expr e_input e_state e_info cs
predef_array_index = case array_kind of