aboutsummaryrefslogtreecommitdiff
path: root/frontend/unitype.icl
diff options
context:
space:
mode:
authorjohnvg2005-04-21 11:55:20 +0000
committerjohnvg2005-04-21 11:55:20 +0000
commit4676535346177cd3852fc15b138239956bd70acf (patch)
treeb1ed44e383cf2e266e21ca31aa21ae0ea753b888 /frontend/unitype.icl
parentremove unused variable dummy_ds (diff)
remove unused variable s
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1533 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.icl')
-rw-r--r--frontend/unitype.icl1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/unitype.icl b/frontend/unitype.icl
index 7a86e5c..6f377d9 100644
--- a/frontend/unitype.icl
+++ b/frontend/unitype.icl
@@ -764,7 +764,6 @@ where
tryToMakeNonUnique :: !Int !*Coercions -> (!Bool, !*Coercions)
tryToMakeNonUnique attr coercions=:{coer_demanded}
- #! s = size coer_demanded
| isUnique coer_demanded.[attr]
// -?-> (s <= attr, ("tryToMakeNonUnique", s, attr))]
= (False, coercions)