From: William A. Rowe Jr Date: Thu, 21 Mar 2002 05:28:48 +0000 (+0000) Subject: Now-meaningless-commentary. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a096f48f3ae5f12e37fd4e9591e969cbd1883293;p=apache 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 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)