jim 99/06/19 15:04:39
Modified: mpm/src/modules/standard mod_env.c
Log:
Too many elements
Revision Changes Path
1.3 +0 -2 apache-2.0/mpm/src/modules/standard/mod_env.c
Index: mod_env.c
===================================================================
RCS file: /export/home/cvs/apache-2.0/mpm/src/modules/standard/mod_env.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_env.c 1999/06/19 20:40:49 1.2
+++ mod_env.c 1999/06/19 22:04:39 1.3
@@ -268,7 +268,5 @@
fixup_env_module, /* fixups */
NULL, /* logger */
NULL, /* header parser */
- NULL, /* child_init */
- NULL, /* child_exit */
NULL /* post read-request */
};