summaryrefslogtreecommitdiff
path: root/modules/aaa
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-08-18 20:24:20 +0000
committerChristophe Jaillet <jailletc36@apache.org>2016-08-18 20:24:20 +0000
commite85d2c72418b6a30ecc36f06c121795e29bcc0ca (patch)
treed79808f00b80078cf099765512379d3886df0d3d /modules/aaa
parentc0177710e3cf34ab167394b21c4d2159cb7f40cf (diff)
downloadhttpd-e85d2c72418b6a30ecc36f06c121795e29bcc0ca.tar.gz
Remove unused typedef uthn_dbd_conf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa')
-rw-r--r--modules/aaa/mod_authn_dbd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/aaa/mod_authn_dbd.c b/modules/aaa/mod_authn_dbd.c
index 4beceabf92..9a5a721a58 100644
--- a/modules/aaa/mod_authn_dbd.c
+++ b/modules/aaa/mod_authn_dbd.c
@@ -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;