diff Lib/IMPL/Object/Abstract.pm @ 164:eb3e9861a761

SQL traits in progress
author wizard
date Mon, 28 Mar 2011 01:36:24 +0400
parents b56ebc31bf18
children 4267a2ac3d46
line wrap: on
line diff
--- a/Lib/IMPL/Object/Abstract.pm	Tue Mar 15 02:32:42 2011 +0300
+++ b/Lib/IMPL/Object/Abstract.pm	Mon Mar 28 01:36:24 2011 +0400
@@ -61,12 +61,6 @@
     $self->$_(@_) foreach @{$cacheCTOR{$class} || cache_ctor($class)};
 }
 
-sub superCTOR {
-    my $this = shift;
-
-    warn "The mehod is deprecated, at " . caller;
-}
-
 sub toString {
     my $self = shift;