Author: masak
Date: Sat Jan  3 13:23:57 2009
New Revision: 34899

Modified:
   trunk/languages/perl6/src/builtins/any-str.pir

Log:
[rakudo] removed obsoleted comment in any-str.pir


Modified: trunk/languages/perl6/src/builtins/any-str.pir
==============================================================================
--- trunk/languages/perl6/src/builtins/any-str.pir      (original)
+++ trunk/languages/perl6/src/builtins/any-str.pir      Sat Jan  3 13:23:57 2009
@@ -587,9 +587,6 @@
     .return(retval)
 .end
 
-# TODO: Note the multisub type here should be 'Str' or 'Str', but mapping
-# issues currently prevent this from working correctly unless 'String' is used
-
 .sub '!transtable' :multi('String')
     .param string str
     .local pmc retval, prior, frm, to, next_str

Reply via email to