X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FInlined.pm;h=e9b9fba7ed30ca7267982b0f6f3ba19dad2209cc;hb=53362bcb1b32d87630190fbf50679dc37bb51adf;hp=4d39824df39a9d23031afd1a8bc93a7b7ce2478d;hpb=a9f48b4b572ccf3a230f06084b27e86e44caa729;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Inlined.pm b/lib/Class/MOP/Method/Inlined.pm index 4d39824..e9b9fba 100644 --- a/lib/Class/MOP/Method/Inlined.pm +++ b/lib/Class/MOP/Method/Inlined.pm @@ -12,8 +12,6 @@ our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method::Generated'; -sub _expected_method_class { $_[0]{_expected_method_class} } - sub _uninlined_body { my $self = shift;