compiler/PPCMethod.st
changeset 465 f729f6cd3c76
parent 460 87a3d30ab570
parent 464 f6d77fee9811
child 468 3cbcf5839693
--- a/compiler/PPCMethod.st	Wed May 20 16:47:52 2015 +0100
+++ b/compiler/PPCMethod.st	Thu May 21 14:35:34 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