diff --git a/Utils/gen-card.pl b/Utils/gen-card.pl index 298f605be2..44abc4a54c 100755 --- a/Utils/gen-card.pl +++ b/Utils/gen-card.pl @@ -40,7 +40,6 @@ if (-e $authorFile) { $author = 'anonymous'; } - open (DATA, $dataFile) || die "can't open $dataFile"; while(my $line = ) { my @data = split('\\|', $line);