#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Wed, 20 Sep 2017 19:52:03 +0200
changeset 4192 2ccabb87e7e0
parent 4191 69983cec4649
child 4193 f6e06c574f0d
#REFACTORING by stefan class: ByteCodeCompiler class removed: #ccCompilationOptions: -- obsolete and unused
ByteCodeCompiler.st
--- a/ByteCodeCompiler.st	Wed Aug 30 22:38:37 2017 +0200
+++ b/ByteCodeCompiler.st	Wed Sep 20 19:52:03 2017 +0200
@@ -816,26 +816,6 @@
     "Modified: 5.11.1996 / 17:38:56 / cg"
 !
 
-ccCompilationOptions:aString
-    <resource: #obsolete>
-    
-    "define the compilation options
-     to be used when compiling to machine code.
-     These are passed to cc. Can be set from your private.rc file.
-     This method remains here for backward compatibility (older script files)"
-
-    ParserFlags ccCompilationOptions:aString
-
-    "
-     Compiler ccCompilationOptions:'-O'
-     Compiler ccCompilationOptions:'-O -fPIC'
-     Compiler ccCompilationOptions
-    "
-
-    "Created: 5.11.1996 / 17:37:05 / cg"
-    "Modified: 5.11.1996 / 17:38:32 / cg"
-!
-
 ccPath
     <resource: #obsolete>