From 999d08b62bd31534a8aba4f7bf9a64741713929d Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 12 Oct 2000 04:12:52 +0000 Subject: [PATCH] These BUFFs aren't used anymore, so they should be removed from the cgid module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86558 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgid.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index a07c37fe46..c3840a8784 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -89,7 +89,6 @@ #include "http_log.h" #include "util_script.h" #include "http_conf_globals.h" -#include "buff.h" #include "ap_mpm.h" #include "unixd.h" #include @@ -148,9 +147,6 @@ typedef struct { const char *logname; long logbytes; int bufbytes; - BUFF *bin; - BUFF *bout; - BUFF *berror; } cgid_server_conf; /* If a request includes query info in the URL (stuff after "?"), and @@ -641,7 +637,6 @@ static void *create_cgid_config(apr_pool_t *p, server_rec *s) c->logbytes = DEFAULT_LOGBYTES; c->bufbytes = DEFAULT_BUFBYTES; c->sockname = ap_server_root_relative(p, DEFAULT_SOCKET); - c->bin = c->bout = c->berror = NULL; return c; } -- 2.40.0