summaryrefslogtreecommitdiff
path: root/linux/x86_64/gentab.pl
diff options
context:
space:
mode:
Diffstat (limited to 'linux/x86_64/gentab.pl')
-rw-r--r--linux/x86_64/gentab.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/x86_64/gentab.pl b/linux/x86_64/gentab.pl
index 2858e07..52f7aa9 100644
--- a/linux/x86_64/gentab.pl
+++ b/linux/x86_64/gentab.pl
@@ -45,8 +45,6 @@ while (<F>) {
open(SL, ">syscallnum.h") || die "cannot create syscallnum.h\n";
-
-
open(S,$ARGV[1]) || die "cannot open syscall file $ARGV[1]\n";
while (<S>) {
$name = "";