Parcourir la source

Remove unnecessary DEMOLISH declaration in binary role

Daniel Gempesaw il y a 10 ans
Parent
commit
0682e50801
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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;