diff options
Diffstat (limited to 'regen/regcomp.pl')
-rw-r--r-- | regen/regcomp.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/regen/regcomp.pl b/regen/regcomp.pl index 913dda59f6..98a3889ede 100644 --- a/regen/regcomp.pl +++ b/regen/regcomp.pl @@ -17,7 +17,6 @@ BEGIN { # Get function prototypes require 'regen/regen_lib.pl'; } -#use Fatal qw(open close rename chmod unlink); use strict; open DESC, 'regcomp.sym'; @@ -129,8 +128,6 @@ EOP my $tmp_h = 'regnodes.h-new'; -unlink $tmp_h if -f $tmp_h; - my $out = safer_open($tmp_h); print $out read_only_top(lang => 'C', by => 'regen/regcomp.pl', |