_expected_constructor_class is no longer used
[gitmo/Moose.git] / 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 {