Author: Whiteknight Date: Mon Jan 12 17:26:15 2009 New Revision: 35471 Removed: branches/removing_stm/lib/Parrot/Pmc2c/PMC/STMRef.pm Modified: branches/removing_stm/lib/Parrot/Pmc2c/Pmc2cMain.pm Log: [remove_stm] removing some references in the pmc2c perl code Modified: branches/removing_stm/lib/Parrot/Pmc2c/Pmc2cMain.pm ============================================================================== --- branches/removing_stm/lib/Parrot/Pmc2c/Pmc2cMain.pm (original) +++ branches/removing_stm/lib/Parrot/Pmc2c/Pmc2cMain.pm Mon Jan 12 17:26:15 2009 @@ -17,7 +17,6 @@ use Parrot::Pmc2c::PMC::Null (); use Parrot::Pmc2c::PMC::Ref (); use Parrot::Pmc2c::PMC::SharedRef (); -use Parrot::Pmc2c::PMC::STMRef (); use Parrot::Pmc2c::PMC::Object (); use File::Spec (); use Carp;