Remove pointless DESTROY methods
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Field.pm
index f9610ff..c5bda76 100644 (file)
@@ -566,15 +566,6 @@ around equals => sub {
     return 1;
 };
 
-sub DESTROY {
-#
-# Destroy cyclical references.
-#
-    my $self = shift;
-    undef $self->{'table'};
-    undef $self->{'foreign_key_reference'};
-}
-
 # Must come after all 'has' declarations
 around new => \&ex2err;