Author: coke
Date: Wed Aug 20 19:32:11 2008
New Revision: 30419
Modified:
trunk/src/encoding.c
Log:
[cage] remove unreachable code and the comment that mentioned it.
Modified: trunk/src/encoding.c
==============================================================================
--- trunk/src/encoding.c (original)
+++ trunk/src/encoding.c Wed Aug 20 19:32:11 2008
@@ -411,7 +411,7 @@
=item C<encoding_converter_t Parrot_find_encoding_converter>
Finds a converter from encoding C<rhs> to C<lhs>. Not yet implemented, so
-throws an exception. Currently returns NULL always.
+throws an exception.
=cut
@@ -427,7 +427,6 @@
/* XXX Apparently unwritten RT#58188 */
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_UNIMPLEMENTED,
"Can't find encoding converters yet.");
- return NULL;
}