Skip to content

Commit ec66b5b

Browse files
committed
win32/config_h.PL: remove old debugging code
... originally added in commit 1018e26.
1 parent 27e7aaa commit ec66b5b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

win32/config_h.PL

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#!perl -w
22
use strict;
33

4-
BEGIN { warn "Running ".__FILE__."\n" };
5-
BEGIN
6-
{
7-
require "Config.pm";
8-
die "Config.pm:$@" if $@;
9-
Config->import;
10-
}
4+
use Config;
115
use File::Compare qw(compare);
126
use File::Copy qw(copy);
137
use File::Basename qw(fileparse);
@@ -25,8 +19,6 @@ $opt{CONFIG_H} ||= 'config.h';
2519
$opt{CORE_DIR} ||= '../lib/CORE';
2620
$opt{CORE_CONFIG_H} ||= $opt{CORE_DIR} . '/config.h';
2721

28-
warn "Writing $opt{CONFIG_H}\n";
29-
3022
open(SH, "<", $name) || die "Cannot open $name:$!";
3123
while (<SH>)
3224
{

0 commit comments

Comments
 (0)