diff options
author | johnvg | 2006-01-05 13:56:05 +0000 |
---|---|---|
committer | johnvg | 2006-01-05 13:56:05 +0000 |
commit | 9ab84486576e2493c3c1aff75b398f563490b262 (patch) | |
tree | c601c2a35e53f545974e07d7c580b3630951e6eb /main | |
parent | use BEGetIntFromArray instead of BECopyInts to fix a problem if integers (diff) |
remove unused imports
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1586 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/cocl.icl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/cocl.icl b/main/cocl.icl index 86898c4..08bcd62 100644 --- a/main/cocl.icl +++ b/main/cocl.icl @@ -3,12 +3,8 @@ */ module cocl - -import StdEnv import coclmain -import frontend - Start :: *World -> *World Start world = coclMain [] world |