(no commit message)
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index 1e03eed..78a60a6 100644 (file)
@@ -292,11 +292,6 @@ sub _parse_MyAction_attr {
     return ( 'ActionClass', $value );
 }
 
-sub _parse_PathPrefix_attr {
-    my ( $self, $c, $name, $value ) = @_;
-    return PathPart => $self->path_prefix;
-}
-
 1;
 
 __END__