aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronny2001-12-20 13:16:56 +0000
committerronny2001-12-20 13:16:56 +0000
commite1e928ffbd904d3b364ccc7d32851aae2b02737d (patch)
treeaccb4f88cff67aed547c2a716e64fc0dfb985ac1
parentadd missing ()'s in test for strict list structor (diff)
remove RWSDebug dependency
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@955 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/transform.icl2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/transform.icl b/frontend/transform.icl
index 513177a..aa977c1 100644
--- a/frontend/transform.icl
+++ b/frontend/transform.icl
@@ -197,8 +197,6 @@ where
# (dyn_expr, ls) = lift dyn_expr ls
= ({ dyn & dyn_expr = dyn_expr}, ls)
-import RWSDebug
-
liftFunctions :: [FunctionOrMacroIndex] Int Int *{#FunDef} *{#*{#FunDef}} *(Heap VarInfo) *(Heap ExprInfo) -> .LiftState;
liftFunctions group group_index main_dcl_module_n fun_defs macro_defs var_heap expr_heap
# (contains_free_vars, lifted_function_called, fun_defs,macro_defs)