Ver Fonte

Remove unnecessary DEMOLISH declaration in binary role

Daniel Gempesaw há 10 anos atrás
pai
commit
0682e50801
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      lib/Selenium/CanStartBinary.pm

+ 0 - 2
lib/Selenium/CanStartBinary.pm

@@ -281,8 +281,6 @@ before DEMOLISH => sub {
     $self->shutdown_binary;
 };
 
-sub DEMOLISH { };
-
 sub _construct_command {
     my ($self) = @_;
     my $executable = $self->binary;