mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Not part of the mozilla build. The currently about-to-ensue breakage is not my fault!
Remove redundant sub. Patch courtesy Dave Neuer <dneuer@futuristics.net>.
This commit is contained in:
parent
492d307670
commit
af36599e3e
@ -46,12 +46,6 @@ else{
|
||||
die("Couldn't locate files neccessary for building JS.c");
|
||||
}
|
||||
|
||||
sub failed{
|
||||
my $message = shift;
|
||||
print STDERR $message, "\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
sub find_ExtUtils{
|
||||
if($notfound){
|
||||
if($File::Find::dir =~ /ExtUtils/){
|
||||
|
Loading…
x
Reference in New Issue
Block a user