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:
mccabe%netscape.com 1999-04-10 00:37:46 +00:00
parent 492d307670
commit af36599e3e

View File

@ -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/){