compiler/PPCMethod.st
changeset 464 f6d77fee9811
parent 459 4751c407bb40
child 465 f729f6cd3c76
child 502 1e45d3c96ec5
--- a/compiler/PPCMethod.st	Tue May 12 01:24:03 2015 +0100
+++ b/compiler/PPCMethod.st	Thu May 21 14:12:22 2015 +0100
@@ -33,8 +33,7 @@
     ^ category isNil 
         ifTrue: [ category := 'generated' ]
         ifFalse: [ category ]
-
-    "Modified (format): / 12-05-2015 / 01:21:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+                          
 !
 
 category: value