From: Florian Ragwitz Date: Tue, 7 Apr 2009 15:26:57 +0000 (+0200) Subject: Remove a commented out and deprecated method. X-Git-Tag: 0.74~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d33906c9480413d89c4c7bcdc57236e9cb88f20b;p=gitmo%2FMoose.git Remove a commented out and deprecated method. --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index d8b2199..17a9ccf 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -136,15 +136,6 @@ sub add_attribute { $self->get_attribute_map->{$name} = $attr_desc; } -# DEPRECATED -# sub _clean_up_required_methods { -# my $self = shift; -# foreach my $method ($self->get_required_method_list) { -# $self->remove_required_methods($method) -# if $self->has_method($method); -# } -# } - ## ------------------------------------------------------------------ ## method modifiers