From: Dave Rolsky Date: Fri, 11 Sep 2009 13:55:38 +0000 (-0500) Subject: _expected_constructor_class is no longer used X-Git-Tag: 0.90~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ddfa75af3872f90f86aca37148e270cd5782ea0;hp=93ef4ba1b952c6d393bb7e243dfba6335105469d;p=gitmo%2FMoose.git _expected_constructor_class is no longer used --- diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 51ab40c..4d4a580 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -43,11 +43,6 @@ sub new { return $self; } -# This is here so can_be_inlined can be inherited by MooseX modules. -sub _expected_constructor_class { - return 'Moose::Object'; -} - ## method sub _initialize_body {