aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/backendpreprocess.icl2
-rw-r--r--frontend/transform.icl2
2 files changed, 1 insertions, 3 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl
index aebce27..9689a83 100644
--- a/backend/backendpreprocess.icl
+++ b/backend/backendpreprocess.icl
@@ -8,7 +8,7 @@ implementation module backendpreprocess
import checksupport
import Heap
import backendsupport
-import RWSDebug
+// import RWSDebug
backEndPreprocess :: !Ident ![Index] !IclModule !*VarHeap -> *VarHeap
backEndPreprocess aliasDummyId functionIndices iclModule varHeap
diff --git a/frontend/transform.icl b/frontend/transform.icl
index f2345b8..296e145 100644
--- a/frontend/transform.icl
+++ b/frontend/transform.icl
@@ -188,8 +188,6 @@ where
# (dp_rhs, ls) = lift dp_rhs ls
= ({ pattern & dp_rhs = dp_rhs }, 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)