From: Jesse Luehrs Date: Mon, 2 May 2011 20:38:49 +0000 (-0500) Subject: remove unused variable X-Git-Tag: 0.30~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FPackage-Stash.git;a=commitdiff_plain;h=86bd7e9d641182fcf9df4433bc788d9e25ae8698 remove unused variable --- diff --git a/lib/Package/Stash/PP.pm b/lib/Package/Stash/PP.pm index 4856d14..9004c5d 100644 --- a/lib/Package/Stash/PP.pm +++ b/lib/Package/Stash/PP.pm @@ -26,7 +26,6 @@ This is a backend for L implemented in pure perl, for those with sub new { my $class = shift; my ($package) = @_; - my $namespace; return bless { 'package' => $package, }, $class;