Author: bernhard Date: Tue Jan 20 05:52:19 2009 New Revision: 35802 Modified: trunk/languages/pipp/src/pct/actions.pm
Log: [Pipp] delete commented out code Modified: trunk/languages/pipp/src/pct/actions.pm ============================================================================== --- trunk/languages/pipp/src/pct/actions.pm (original) +++ trunk/languages/pipp/src/pct/actions.pm Tue Jan 20 05:52:19 2009 @@ -654,26 +654,6 @@ :scope('parameter'), ) ); -##### $block.push( -##### PAST::Op.new( -##### :pasttype('bind'), -##### PAST::Var.new( -##### :name(~$_), -##### :scope('lexical') -##### ), -##### PAST::Op.new( -##### :inline( -##### '# %r = new "Perl6Scalar", %0', -##### '# $P0 = get_hll_global ["Bool"], "True"', -##### '# setprop %r, "readonly", $P0' -##### ), -##### PAST::Var.new( -##### :name(~$_), -##### :scope('lexical') -##### ) -##### ) -##### ) -##### ); $arity++; $block.symbol( ~$_, :scope('lexical') );