ソースを参照

Remove unnecessary DEMOLISH declaration in binary role

Daniel Gempesaw 10 年 前
コミット
0682e50801
1 ファイル変更0 行追加2 行削除
  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;