From: Christophe Jaillet Date: Thu, 18 Aug 2016 20:24:20 +0000 (+0000) Subject: Remove unused typedef uthn_dbd_conf X-Git-Tag: 2.5.0-alpha~1257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e85d2c72418b6a30ecc36f06c121795e29bcc0ca;p=apache Remove unused typedef uthn_dbd_conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756846 13f79535-47bb-0310-9956-ffa450edef68 --- 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;