From: Ryan Bloom Date: Tue, 28 Aug 2001 17:41:53 +0000 (+0000) Subject: Remove some debug code that I had in apxs.in. X-Git-Tag: 2.0.25~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c59a455da874ca5017ae77e3db1bcc460b62bed;p=apache Remove some debug code that I had in apxs.in. Submitted by: Karl Fogel git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90769 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apxs.in b/support/apxs.in index 1f308d7ae5..649f452c4f 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -520,7 +520,6 @@ if ($opt_i or $opt_e) { } open(FP, "<$CFG_SYSCONFDIR/$CFG_TARGET.conf") || die; - open(FP, "httpd.conf") || die; my $content = join('', ); close(FP);