diff options
author | johnvg | 2005-04-21 11:55:20 +0000 |
---|---|---|
committer | johnvg | 2005-04-21 11:55:20 +0000 |
commit | 4676535346177cd3852fc15b138239956bd70acf (patch) | |
tree | b1ed44e383cf2e266e21ca31aa21ae0ea753b888 /frontend/unitype.icl | |
parent | remove 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.icl | 1 |
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) |