#REFACTORING by stefan cvs_MAIN
authorStefan Vogel <sv@exept.de>
Mon, 09 Oct 2017 17:46:18 +0200
branchcvs_MAIN
changeset 794 7d153c728cc7
parent 793 4410b6fbd224
child 797 b7cd548d92cf
#REFACTORING by stefan class: SCMCommonPackageModelGroup class remove: #with: #wzht:with: #with:with:with: -- already defined in superclass
common/SCMCommonPackageModelGroup.st
--- a/common/SCMCommonPackageModelGroup.st	Thu Sep 21 11:07:04 2017 +0200
+++ b/common/SCMCommonPackageModelGroup.st	Mon Oct 09 17:46:18 2017 +0200
@@ -85,35 +85,6 @@
 "
 ! !
 
-!SCMCommonPackageModelGroup class methodsFor:'instance creation'!
-
-with: packageModel
-    ^ self new 
-        add: packageModel;
-        yourself
-
-    "Created: / 25-02-2014 / 22:57:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-with: packageModel1 with: packageModel2
-    ^ self new 
-        add: packageModel1;
-        add: packageModel2;
-        yourself
-
-    "Created: / 25-02-2014 / 22:57:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-with: packageModel1 with: packageModel2 with: packageModel3
-    ^ self new 
-        add: packageModel1;
-        add: packageModel2;
-        add: packageModel3; 
-        yourself
-
-    "Created: / 25-02-2014 / 22:57:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !SCMCommonPackageModelGroup methodsFor:'accessing'!
 
 commitTask