Remove a commented out and deprecated method.
Florian Ragwitz [Tue, 7 Apr 2009 15:26:57 +0000 (17:26 +0200)]
lib/Moose/Meta/Role.pm

index d8b2199..17a9ccf 100644 (file)
@@ -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