remove unused variable
Jesse Luehrs [Mon, 2 May 2011 20:38:49 +0000 (15:38 -0500)]
lib/Package/Stash/PP.pm

index 4856d14..9004c5d 100644 (file)
@@ -26,7 +26,6 @@ This is a backend for L<Package::Stash> implemented in pure perl, for those with
 sub new {
     my $class = shift;
     my ($package) = @_;
-    my $namespace;
     return bless {
         'package' => $package,
     }, $class;