From e85d2c72418b6a30ecc36f06c121795e29bcc0ca Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 18 Aug 2016 20:24:20 +0000 Subject: [PATCH] Remove unused typedef uthn_dbd_conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756846 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authn_dbd.c | 5 ----- 1 file changed, 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; -- 2.50.1