[svn:parrot] r45729 - branches/immutable_strings_part1/src/ops

petdance at svn.parrot.org petdance at svn.parrot.org
Sat Apr 17 03:27:03 UTC 2010


Author: petdance
Date: Sat Apr 17 03:27:03 2010
New Revision: 45729
URL: https://trac.parrot.org/parrot/changeset/45729

Log:
bacek already checked this, said that the comment can go away

Modified:
   branches/immutable_strings_part1/src/ops/string.ops

Modified: branches/immutable_strings_part1/src/ops/string.ops
==============================================================================
--- branches/immutable_strings_part1/src/ops/string.ops	Sat Apr 17 00:44:38 2010	(r45728)
+++ branches/immutable_strings_part1/src/ops/string.ops	Sat Apr 17 03:27:03 2010	(r45729)
@@ -282,7 +282,6 @@
 }
 
 inline op substr(inout STR, in INT, in INT, in STR) :base_core {
-    // TODO Check sematics
     $1 = Parrot_str_replace(interp, $1, $2, $3, $4);
 }
 


More information about the parrot-commits mailing list