#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:39:26 +0200
changeset 5054 b01df68cba0a
parent 5053 5071b8fc2766
child 5055 f27b17f602ed
#OTHER by cg unneeded subProjects method removed (already inherited)
stx_libbasic2.st
--- a/stx_libbasic2.st	Mon Jul 08 16:37:07 2019 +0200
+++ b/stx_libbasic2.st	Mon Jul 15 15:39:26 2019 +0200
@@ -100,16 +100,6 @@
     )
 
     "Modified: / 30-05-2019 / 11:40:37 / Claus Gittinger"
-!
-
-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_libbasic2 class methodsFor:'description - compilation'!