From ab548cc01cde9d6758decb67e040ee5a06435526 Mon Sep 17 00:00:00 2001 From: Antoni Gierczak Date: Wed, 17 Apr 2019 19:44:11 -0400 Subject: [PATCH] Update gen-card.pl --- Utils/gen-card.pl | 1 - 1 file changed, 1 deletion(-) 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);