Got inlining for hashes working.
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array.pm
index d76c246..c2dd45a 100644 (file)
@@ -9,8 +9,6 @@ our $VERSION = '1.13';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
-# This package is really more of a role, so it doesn't inherit from anything.
-
 sub _inline_check_var_is_valid_index {
     my ( $self, $var ) = @_;