Author: petdance
Date: Thu Jan  1 19:43:17 2009
New Revision: 34783

Modified:
   trunk/lib/Parrot/Pmc2c/PMC/RO.pm

Log:
removed commented-out code

Modified: trunk/lib/Parrot/Pmc2c/PMC/RO.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMC/RO.pm    (original)
+++ trunk/lib/Parrot/Pmc2c/PMC/RO.pm    Thu Jan  1 19:43:17 2009
@@ -118,7 +118,6 @@
 EOC
 
             # don't return after a Parrot_ex_throw_from_c_args
-            #      $body .= "    $ret\n" if $ret;
             $ro_method->body( Parrot::Pmc2c::Emitter->text($body) );
             $self->add_method($ro_method);
         }

Reply via email to