[svn:parrot] r46374 - branches/codestring/src/pmc
coke at svn.parrot.org
coke at svn.parrot.org
Fri May 7 01:38:49 UTC 2010
Author: coke
Date: Fri May 7 01:38:49 2010
New Revision: 46374
URL: https://trac.parrot.org/parrot/changeset/46374
Log:
remove an assignment that snuck in.
Modified:
branches/codestring/src/pmc/codestring.pmc
Modified: branches/codestring/src/pmc/codestring.pmc
==============================================================================
--- branches/codestring/src/pmc/codestring.pmc Thu May 6 23:06:43 2010 (r46373)
+++ branches/codestring/src/pmc/codestring.pmc Fri May 7 01:38:49 2010 (r46374)
@@ -175,7 +175,7 @@
else {
/* %foo has no special meaning, pass it through unchanged */
VTABLE_push_string(INTERP, stringbuilder,
- key = Parrot_str_substr(INTERP, fmt, pos-2, 2));
+ Parrot_str_substr(INTERP, fmt, pos-2, 2));
}
}
More information about the parrot-commits
mailing list