diff options
author | johnvg | 2005-11-22 16:06:31 +0000 |
---|---|---|
committer | johnvg | 2005-11-22 16:06:31 +0000 |
commit | 6bd646a4e6ba7b3de7bdc6d781e592ced5da1550 (patch) | |
tree | 4613c38603d34c1d0065d15d6537d2686a273e1e /frontend/postparse.dcl | |
parent | removed some code that has no effect (diff) |
remove unused variable n_functions_and_macros_in_dcl_modules
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1575 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/postparse.dcl')
-rw-r--r-- | frontend/postparse.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.dcl b/frontend/postparse.dcl index 300e86d..8fd6ab2 100644 --- a/frontend/postparse.dcl +++ b/frontend/postparse.dcl @@ -5,4 +5,4 @@ import StdEnv import syntax, parse, predef scanModule :: !ParsedModule ![Ident] !Bool !Bool !*HashTable !*File !SearchPaths (ModTimeFunction *Files) !*Files - -> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!Int,!*HashTable, !*File, !*Files) + -> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!*HashTable, !*File, !*Files) |