diff options
author | ronny | 2001-12-20 13:23:02 +0000 |
---|---|---|
committer | ronny | 2001-12-20 13:23:02 +0000 |
commit | a32142310bbbec310a03c1442a93ba43a97e6e2c (patch) | |
tree | d0bf4d784d62218ccdd57d76d642899aa1f629c3 /frontend/overloading.icl | |
parent | remove RWSDebug dependency (diff) |
remove RWSDebug dependency
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@956 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/overloading.icl')
-rw-r--r-- | frontend/overloading.icl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/overloading.icl b/frontend/overloading.icl index d3e42f8..ce7ab64 100644 --- a/frontend/overloading.icl +++ b/frontend/overloading.icl @@ -1534,8 +1534,6 @@ where updateExpression group_index l ui = mapSt (updateExpression group_index) l ui -import RWSDebug - adjustClassExpressions symb_name exprs tail_exprs ui = mapAppendSt (adjustClassExpression symb_name) exprs tail_exprs ui where |