#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:36:02 +0200
changeset 4462 94580bcf9981
parent 4461 dc5e1bc4696d
child 4463 763f8712a3c6
#OTHER by cg unneeded subProjects method removed (already inherited)
stx_libbasic3.st
--- a/stx_libbasic3.st	Fri Jul 12 15:23:31 2019 +0200
+++ b/stx_libbasic3.st	Mon Jul 15 15:36:02 2019 +0200
@@ -98,16 +98,6 @@
     ^ #(
         #'stx:libbasic2'    "HTMLUtilities - referenced by HTMLDocGenerator>>generateClassDocReferenceFor:text:autoloading: "
     )
-!
-
-subProjects
-    "list packages which are known as subprojects. 
-     The generated makefile will enter those and make there as well.
-     However: they are not forced to be loaded when a package is loaded; 
-     for those, redefine requiredPrerequisites."
-
-    ^ #(
-    )
 ! !
 
 !stx_libbasic3 class methodsFor:'description - compilation'!