summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-05-05 06:23:29 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-05-05 06:23:29 +0000
commit7861cb5d186b4e28ffd011969f8054fa6d0f128e (patch)
tree4f9bdb17a0fbd525bc4b1cc7249e0b5b9b0d79ba /os
parentb7eba4ab7fb84e46c0efc9ab64ab1face5edb57f (diff)
downloadhttpd-7861cb5d186b4e28ffd011969f8054fa6d0f128e.tar.gz
MPM's are now dynamically loadable; so must mod_watchdog be.
The only module with an excuse now is mod_so which implements LoadModule itself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/win32/modules.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/win32/modules.c b/os/win32/modules.c
index fb34b3db43..6e1adae2c2 100644
--- a/os/win32/modules.c
+++ b/os/win32/modules.c
@@ -35,7 +35,6 @@ AP_DECLARE_DATA module *ap_prelinked_modules[] = {
&mpm_winnt_module,
&http_module,
&so_module,
- &watchdog_module,
NULL
};
@@ -45,7 +44,6 @@ ap_module_symbol_t ap_prelinked_module_symbols[] = {
{"mpm_winnt_module", &mpm_winnt_module},
{"http_module", &http_module},
{"so_module", &so_module},
- {"watchdog_module", &watchdog_module},
{NULL, NULL}
};