[svn:parrot] r48777 - trunk/src/io
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Sep 4 01:54:03 UTC 2010
Author: jkeenan
Date: Sat Sep 4 01:54:03 2010
New Revision: 48777
URL: https://trac.parrot.org/parrot/changeset/48777
Log:
Eliminating useless TODO comment per http://trac.parrot.org/parrot/ticket/1257.
Modified:
trunk/src/io/utf8.c
Modified: trunk/src/io/utf8.c
==============================================================================
--- trunk/src/io/utf8.c Sat Sep 4 01:50:43 2010 (r48776)
+++ trunk/src/io/utf8.c Sat Sep 4 01:54:03 2010 (r48777)
@@ -78,7 +78,6 @@
Parrot_unicode_charset_ptr, 0);
s2->bufused = len2;
- /* TT #1257: need to check the amount read here? */
read = Parrot_io_read_buffer(interp, filehandle, &s2);
UNUSED(read);
More information about the parrot-commits
mailing list