diff options
author | ronny | 2002-09-20 09:51:25 +0000 |
---|---|---|
committer | ronny | 2002-09-20 09:51:25 +0000 |
commit | 0ecb74af2a773669a267b50e4143cc2528687286 (patch) | |
tree | 3df1beeff9dd1bae033cbc755bfb3dfdeede863b /frontend/StdCompare.icl | |
parent | switch to 2.0 syntax, remove duplicated definitions from icl modules (diff) |
removed SK_GeneratedCaseFunction: it's not necessary any more, because
there are no function generated in convertDynamics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1202 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/StdCompare.icl')
-rw-r--r-- | frontend/StdCompare.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/StdCompare.icl b/frontend/StdCompare.icl index a8c2ed0..f902857 100644 --- a/frontend/StdCompare.icl +++ b/frontend/StdCompare.icl @@ -162,7 +162,6 @@ where // compare_indexes (SK_InternalFunction i1) (SK_InternalFunction i2) = i1 =< i2 compare_indexes (SK_OverloadedFunction i1) (SK_OverloadedFunction i2) = i1 =< i2 compare_indexes (SK_GeneratedFunction _ i1) (SK_GeneratedFunction _ i2) = i1 =< i2 - compare_indexes (SK_GeneratedCaseFunction _ i1) (SK_GeneratedCaseFunction _ i2) = i1 =< i2 compare_indexes (SK_LocalDclMacroFunction i1) (SK_LocalDclMacroFunction i2) = i1 =< i2 | less_constructor symb1 symb2 |