Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Mixin / HasAttributes.pm
index 148e59b..bf05be2 100644 (file)
@@ -12,9 +12,6 @@ use Scalar::Util 'blessed';
 
 use base 'Class::MOP::Mixin';
 
-sub _attribute_map      { $_[0]->{'attributes'} }
-sub attribute_metaclass { $_[0]->{'attribute_metaclass'} }
-
 sub add_attribute {
     my $self = shift;