mercurial/HGCommand.st
changeset 355 464159221141
parent 354 16b9a63fa668
child 357 4f4a12ecfc4f
--- a/mercurial/HGCommand.st	Fri Oct 11 18:31:01 2013 +0100
+++ b/mercurial/HGCommand.st	Wed Oct 16 10:48:50 2013 +0100
@@ -1502,22 +1502,6 @@
 
 !HGCommand::remove methodsFor:'private'!
 
-argumentsCommandOn:stream
-    "Called to get command specific options"
-
-    force == true ifTrue:[
-        stream nextPut: '-f'.
-    ].
-
-    paths isEmptyOrNil ifTrue:[
-        self error: 'No paths given'
-    ].
-    stream nextPutAll: paths
-
-    "Created: / 15-11-2012 / 00:05:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 11-10-2013 / 18:27:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 parseOutput:stream
     "Parses output of 'hg' command, i.e. commit, log, update, checkout,
      etc."