From 5f469e78155ba74c0c3e28b05ed55ed0af9d014d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 21 Mar 2002 05:28:48 +0000 Subject: [PATCH] Now-meaningless-commentary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94071 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 e38f00507a..07bbc4d354 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -188,11 +188,6 @@ typedef struct { * group are the first three arguments to be passed; if not, all three * must be NULL. The query info is split into separate arguments, where * "+" is the separator between keyword arguments. - * - * XXXX: note that the WIN32 code uses one of the suexec strings - * to pass an interpreter name. Remember this if changing the way they - * are handled in create_argv. - * */ static char **create_argv(apr_pool_t *p, char *path, char *user, char *group, char *av0, const char *args) -- 2.50.1