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
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 ]
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;