#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:40:25 +0200
changeset 3688 7f25d1987996
parent 3687 a3c56c0e4157
child 3689 d0440cfff708
#OTHER by cg unneeded subProjects method removed (already inherited)
stx_libtool2.st
--- a/stx_libtool2.st	Sat Jul 13 14:17:10 2019 +0200
+++ b/stx_libtool2.st	Mon Jul 15 15:40:25 2019 +0200
@@ -107,16 +107,6 @@
         #'stx:libtool'    "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage"
         #'stx:libui'    "DataSetColumnSpec - referenced by DataSetBuilder>>columns:"
     )
-!
-
-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 #referencedPrerequisites or #mandatoryPreRequisites."
-
-    ^ #(
-    )
 ! !
 
 !stx_libtool2 class methodsFor:'description - compilation'!