compiler/PPCOptimizationResult.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 422 116d2b2af905
--- a/compiler/PPCOptimizationResult.st	Wed Nov 05 21:40:01 2014 +0000
+++ b/compiler/PPCOptimizationResult.st	Wed Nov 05 23:05:19 2014 +0000
@@ -26,9 +26,7 @@
 !PPCOptimizationResult methodsFor:'accessing'!
 
 change
-        change := true.
-
-    "Modified: / 26-10-2014 / 01:14:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+	change := true.
 !
 
 isChange