mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Cleanup the ZZZ comments. Basically these used to mark places where APR
is needed. It is much easier to do this conversion by hand than by searching for old comments, so they are going away now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -682,9 +682,6 @@ static char **create_argv_cmd(ap_context_t *p, char *av0, const char *args, char
|
||||
}
|
||||
#endif
|
||||
|
||||
/* ZZZ need to look at this in more depth and convert to an AP func so we
|
||||
can get rid of OS specific code.
|
||||
*/
|
||||
#if 0
|
||||
API_EXPORT(int) ap_call_exec(request_rec *r, ap_child_info_t *pinfo, char *argv0,
|
||||
char **env, int shellcmd)
|
||||
|
Reference in New Issue
Block a user