_expected_constructor_class is no longer used
Dave Rolsky [Fri, 11 Sep 2009 13:55:38 +0000 (08:55 -0500)]
lib/Moose/Meta/Method/Constructor.pm

index 51ab40c..4d4a580 100644 (file)
@@ -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 {