* rmed redundant code

This commit is contained in:
Ævar Arnfjörð Bjarmason 2005-04-06 17:53:58 +00:00
parent 4d362d493d
commit 16824dc92c

View file

@ -11,7 +11,6 @@ my $map = &get(&url('http://usemod.com/intermap.txt'));
my $cont;
my @map = split /\n/, $map;
open IW, ">Interwiki.php";
$cont .= '<?php
# Note: this file is generated by maintenance/fetchInterwiki.pl
# Edit and rerun that script rather than modifying this directly.