#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 04 Oct 2016 13:03:57 +0200
changeset 666 1faf9b4ab2ef
parent 665 dab98e03cdf0
child 667 e2d8d0ff307c
#REFACTORING by cg class: stx_goodies_sunit removed: #excludedFromPreRequisites
stx_goodies_sunit.st
--- a/stx_goodies_sunit.st	Fri Sep 30 16:47:46 2016 +0200
+++ b/stx_goodies_sunit.st	Tue Oct 04 13:03:57 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/sunit' }"
 
 "{ NameSpace: Smalltalk }"
@@ -27,14 +25,6 @@
 
 !stx_goodies_sunit class methodsFor:'description'!
 
-excludedFromPreRequisites
-    "list all packages which should be ignored in the automatic
-     preRequisites scan. See #preRequisites for more."
-
-    ^ #(
-    )
-!
-
 mandatoryPreRequisites
     "list all required mandatory packages.
      Packages are mandatory, if they contain superclasses of the package's classes