From: William A. Rowe Jr Date: Thu, 21 Mar 2002 05:28:48 +0000 (+0000) Subject: Now-meaningless-commentary. X-Git-Tag: 2.0.34~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f469e78155ba74c0c3e28b05ed55ed0af9d014d;p=thirdparty%2Fapache%2Fhttpd.git Now-meaningless-commentary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index e38f00507a9..07bbc4d3540 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)