From d880f8af191de9488e63e2fafa055a1b962e4996 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 26 Jul 2000 15:33:39 +0000 Subject: [PATCH] Back out some changes that weren't supposed to be in my last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85898 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_config.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/http_config.h b/include/http_config.h index f4336d58e0..5f964c2ad3 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -301,12 +301,6 @@ typedef struct module_struct { * It's mainly important for the DSO facility * (see also mod_so). */ - unsigned int module_type /* What type of module is this? Currently - * this can be: - * AP_MODULE_TYPE_MPM - * AP_MODULE_TYPE_STANDARD - * AP_MODULE_TYPE_PROTOCOL - */ void (*rewrite_args) (process_rec *process); void *(*create_dir_config) (ap_pool_t *p, char *dir); void *(*merge_dir_config) (ap_pool_t *p, void *base_conf, void *new_conf); -- 2.40.0