Skip to content

Commit

Permalink
Remove unnecessary import of Parrot::Pmc2c::PMCEmitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 31, 2011
1 parent 6d7aa32 commit d501954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Parrot/Pmc2c/PMC/RO.pm
Expand Up @@ -25,7 +25,6 @@ use warnings;
use base qw( Parrot::Pmc2c::PMC );

use Parrot::Pmc2c::Emitter ();
use Parrot::Pmc2c::PMCEmitter ();
use Parrot::Pmc2c::Method ();
use Parrot::Pmc2c::UtilFunctions qw( return_statement );
use Text::Balanced 'extract_bracketed';
Expand Down

0 comments on commit d501954

Please sign in to comment.