From 6c2728ea9ecb5a81800bb190ee689cc2ef1da694 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 21 Apr 2005 15:19:34 +0000 Subject: remove unused field support_generics git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1535 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/compile.icl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main') 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 -- cgit v1.2.3