remove unused variables
Graham Knop [Fri, 13 Jun 2014 12:38:50 +0000 (08:38 -0400)]
lib/Eval/WithLexicals/WithHintPersistence.pm

index d6a4ac0..5624d6f 100644 (file)
@@ -5,9 +5,6 @@ use Sub::Quote;
 our $VERSION = '1.002000'; # 1.2.0
 $VERSION = eval $VERSION;
 
-# Used localised
-our($hints, %hints);
-
 has hints => (
   is => 'rw',
   default => quote_sub q{ {} },