summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index f897bb9688..ffdc93de5f 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -1,6 +1,5 @@
#!/usr/bin/perl
-chmod 0666, "opcode.h", "opnames.h";
unlink "opcode.h", "opnames.h";
open(OC, ">opcode.h") || die "Can't create opcode.h: $!\n";
open(ON, ">opnames.h") || die "Can't create opnames.h: $!\n";