aboutsummaryrefslogtreecommitdiff
path: root/main/compile.icl
diff options
context:
space:
mode:
authorjohnvg2005-04-21 15:19:34 +0000
committerjohnvg2005-04-21 15:19:34 +0000
commit6c2728ea9ecb5a81800bb190ee689cc2ef1da694 (patch)
tree2c13bbd3050391b9b25925504c08f9a0bb9b9025 /main/compile.icl
parentremove unused variable generated_arg_names (diff)
remove unused field support_generics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1535 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/compile.icl')
-rw-r--r--main/compile.icl4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/compile.icl b/main/compile.icl
index 9fc53dc..c3b048a 100644
--- a/main/compile.icl
+++ b/main/compile.icl
@@ -66,8 +66,6 @@ closeTclFile (Yes tcl_file) files
closeTclFile _ files
= (True,files);
-
-
:: CoclOptions =
{ moduleName:: {#Char}
, pathName ::{#Char}
@@ -79,7 +77,6 @@ closeTclFile _ files
, searchPaths:: SearchPaths
, listTypes :: ListTypesOption
, compile_for_dynamics :: !Bool
- , support_generics :: !Bool
, compile_with_fusion :: !Bool
, dump_core :: !Bool
, strip_unused :: !Bool
@@ -100,7 +97,6 @@ InitialCoclOptions =
, searchPaths= {sp_locations = [], sp_paths = []}
, listTypes = {lto_showAttributes = True, lto_listTypesKind = ListTypesNone}
, compile_for_dynamics = False
- , support_generics = True //???
, compile_with_fusion = False
, dump_core = False
, strip_unused = False