diff options
author | Paul Querna <pquerna@apache.org> | 2008-04-07 12:45:43 +0200 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-04-07 12:45:43 +0200 |
commit | a324a1d72f2f9c3d48bd4615b462a922760ba643 (patch) | |
tree | 677c7b3b068a9f257a30650a1cabb3eb04a81fec /modules/session/mod_session_dbd.c | |
parent | Remove ap_graceful_stop_signalled from all MPMs. (diff) | |
download | apache2-a324a1d72f2f9c3d48bd4615b462a922760ba643.tar.xz apache2-a324a1d72f2f9c3d48bd4615b462a922760ba643.zip |
Remove all references to CORE_PRIVATE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/session/mod_session_dbd.c')
-rw-r--r-- | modules/session/mod_session_dbd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/session/mod_session_dbd.c b/modules/session/mod_session_dbd.c index b432184576..074afb10e4 100644 --- a/modules/session/mod_session_dbd.c +++ b/modules/session/mod_session_dbd.c @@ -14,8 +14,6 @@ * limitations under the License. */ -#define CORE_PRIVATE - #include "mod_session.h" #include "apr_lib.h" #include "apr_strings.h" |