Merge branch 'stable'
[gitmo/Class-MOP.git] / examples / ArrayBasedStorage.pod
index e427227..5c0369c 100644 (file)
@@ -33,8 +33,6 @@ sub clone_instance {
     $self->bless_instance_structure([ @$instance ]);
 }
 
-sub is_inlinable{ 0 }
-
 # operations on meta instance
 
 sub get_slot_index_map { (shift)->{'slot_index_map'} }