Yes, it is
Florian Ragwitz [Thu, 14 Apr 2011 12:05:49 +0000 (14:05 +0200)]
lib/Catalyst/Dispatcher.pm

index 135c578..f63c1a7 100644 (file)
@@ -510,7 +510,6 @@ sub register {
 
     my $registered = $self->_registered_dispatch_types;
 
-    #my $priv = 0; #seems to be unused
     foreach my $key ( keys %{ $action->attributes } ) {
         next if $key eq 'Private';
         my $class = "Catalyst::DispatchType::$key";