#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:38:51 +0200
changeset 4458 458a1ac0701d
parent 4457 df62e58bad04
child 4459 d21d7081d677
#OTHER by cg unneeded subProjects method removed (already inherited)
stx_libcomp.st
--- a/stx_libcomp.st	Tue Jul 09 20:06:49 2019 +0200
+++ b/stx_libcomp.st	Mon Jul 15 15:38:51 2019 +0200
@@ -112,16 +112,6 @@
 
     ^ #(
     )
-!
-
-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_libcomp class methodsFor:'description - compilation'!