Remove unneeded method

This commit is contained in:
Graham Knop 2007-08-15 19:14:57 +00:00
parent db59a2eb7a
commit 5072748ca4

View file

@ -61,21 +61,6 @@ These subroutines are available from this package:
=cut
#-------------------------------------------------------------------
=head2 DESTROY ( )
Deconstructor.
=cut
sub DESTROY {
my $self = shift;
$self->DEMOLISH;
undef $self;
}
#-------------------------------------------------------------------
=head2 getCookieName ( )