Author: petdance Date: Sun Dec 28 22:55:43 2008 New Revision: 34558 Modified: trunk/lib/Parrot/Pmc2c/VTable.pm
Log: removed unused include Modified: trunk/lib/Parrot/Pmc2c/VTable.pm ============================================================================== --- trunk/lib/Parrot/Pmc2c/VTable.pm (original) +++ trunk/lib/Parrot/Pmc2c/VTable.pm Sun Dec 28 22:55:43 2008 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2006, The Perl Foundation. +# Copyright (C) 2004-2008, The Perl Foundation. # $Id$ package Parrot::Pmc2c::VTable; use strict; @@ -6,8 +6,7 @@ use Storable (); use Parrot::Vtable; -use Parrot::Pmc2c::Method; -use Parrot::Pmc2c::UtilFunctions qw(spew); +use Parrot::Pmc2c::Method (); use File::Basename; use Cwd qw(cwd);
