diff options
author | johnvg | 2005-10-26 10:42:40 +0000 |
---|---|---|
committer | johnvg | 2005-10-26 10:42:40 +0000 |
commit | ff2e1433d0b8c7c1b8a8f8b74dfc0cd434039e14 (patch) | |
tree | 2eb25ef94ed5198f96ecc748f67783d39f33c942 /frontend | |
parent | remove output for debugging (diff) |
remove output for debugging
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1551 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/trans.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/trans.icl b/frontend/trans.icl index b2be161..a3cb10c 100644 --- a/frontend/trans.icl +++ b/frontend/trans.icl @@ -3026,7 +3026,7 @@ determineProducers is_applied_to_macro_fun consumer_is_curried ok_non_rec_consum } -> ([(lb,getArgType fun_type prod_index)],ti) - = (producers, args, lb, ti) ---> ("UnusedStrict",lb,arg,fun_type) + = (producers, args, lb, ti) // ---> ("UnusedStrict",lb,arg,fun_type) | SwitchUnusedFusion ( ro.ro_transform_fusion && cons_arg == CUnusedStrict |