Upload.pm docs
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionContainer.pm
index 14a2fcc..6e01e23 100644 (file)
@@ -31,7 +31,7 @@ See L<Catalyst>.
 =cut
 
 sub get_action {
-    my ( $self, $c, $name ) = @_;
+    my ( $self, $name ) = @_;
     return $self->actions->{$name} if defined $self->actions->{$name};
     return;
 }