]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1756846 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 6 Sep 2016 17:35:31 +0000 (17:35 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 6 Sep 2016 17:35:31 +0000 (17:35 +0000)
Remove unused typedef uthn_dbd_conf
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1759468 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/aaa/mod_authn_dbd.c

diff --git a/STATUS b/STATUS
index 2b7f5f6b4779e75d3795ca2ab11ce85a0b7873d8..235a8db3c1dc704df595c90dbc61de26155f3f21 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -138,12 +138,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: jailletc36, jchampion, covener
 
-   * mod_authn_dbd: Remove an unused structure
-     trunk patch: http://svn.apache.org/r1756846
-     2.4.x patch: trunk works
-     +1: jailletc36, jchampion, covener
-
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
index b9bd3739ae2eeebf013a1ce16412849d265724e0..57090d276151c80885c5d81ad4f96c892f46601b 100644 (file)
@@ -34,11 +34,6 @@ typedef struct {
     const char *realm;
 } authn_dbd_conf;
 
-typedef struct {
-    const char *label;
-    const char *query;
-} authn_dbd_rec;
-
 /* optional function - look it up once in post_config */
 static ap_dbd_t *(*authn_dbd_acquire_fn)(request_rec*) = NULL;
 static void (*authn_dbd_prepare_fn)(server_rec*, const char*, const char*) = NULL;