Got inlining for hashes working.
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Counter / Writer.pm
index dd653c8..090ec8d 100644 (file)
@@ -9,8 +9,6 @@ our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method::Accessor::Native::Writer';
 
-sub _new_value {'$_[0]'}
-
 sub _constraint_must_be_checked {
     my $self = shift;