#REFACTORING by stefan cvs_MAIN expecco_18_1_0 expecco_18_1_0wa1
authorStefan Vogel <sv@exept.de>
Tue, 27 Mar 2018 12:46:26 +0200
branchcvs_MAIN
changeset 815 b52cf5126561
parent 811 b8d6e0d0e45e
child 818 9f605db48334
#REFACTORING by stefan class: HGStatus class removed: #theOnlyInstance functionality is now in superclass
mercurial/HGStatus.st
--- a/mercurial/HGStatus.st	Mon Mar 12 15:52:52 2018 +0100
+++ b/mercurial/HGStatus.st	Tue Mar 27 12:46:26 2018 +0200
@@ -115,19 +115,6 @@
     self error:'Invalid status code: ', aCharacter
 
     "Created: / 23-10-2012 / 10:56:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-theOnlyInstance
-    theOnlyInstance isNil ifTrue:[
-        Lock critical:[
-            theOnlyInstance isNil ifTrue:[
-                theOnlyInstance := self new
-            ].
-        ]
-    ].
-    ^ theOnlyInstance.
-
-    "Created: / 09-11-2012 / 12:04:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !HGStatus class methodsFor:'accessing'!