]> granicus.if.org Git - apache/commitdiff
Remove some debug code that I had in apxs.in.
authorRyan Bloom <rbb@apache.org>
Tue, 28 Aug 2001 17:41:53 +0000 (17:41 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 28 Aug 2001 17:41:53 +0000 (17:41 +0000)
Submitted by: Karl Fogel <kfogel@collab.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90769 13f79535-47bb-0310-9956-ffa450edef68

support/apxs.in

index 1f308d7ae544b28ebd703c2043f794198552ffd4..649f452c4f9fd6114c96b212ce9e9edc6eb08775 100644 (file)
@@ -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('', <FP>);
         close(FP);