#REFACTORING by cg cvs_MAIN expeccoALM_1_13 expecco_18_2_0 expecco_18_2_1
authorClaus Gittinger <cg@exept.de>
Wed, 29 Aug 2018 12:46:21 +0200
branchcvs_MAIN
changeset 856 4d897e8ab998
parent 855 2a1f45756924
child 868 636dc9e09d94
#REFACTORING by cg class: HGRevisionAnnotation removed: #annotatesClass: #annotatesMethod:
mercurial/HGRevisionAnnotation.st
--- a/mercurial/HGRevisionAnnotation.st	Thu Aug 09 15:51:04 2018 +0200
+++ b/mercurial/HGRevisionAnnotation.st	Wed Aug 29 12:46:21 2018 +0200
@@ -120,20 +120,6 @@
     "Modified: / 20-11-2012 / 23:31:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!HGRevisionAnnotation methodsFor:'processing'!
-
-annotatesClass:aClass
-    "Ignored"
-
-    "Modified: / 20-11-2012 / 23:31:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-annotatesMethod:aMethod
-    "Ignored"
-
-    "Modified: / 20-11-2012 / 23:31:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !HGRevisionAnnotation class methodsFor:'documentation'!
 
 version_CVS