]> granicus.if.org Git - apache/commitdiff
Remove unused typedef uthn_dbd_conf
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 18 Aug 2016 20:24:20 +0000 (20:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 18 Aug 2016 20:24:20 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756846 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authn_dbd.c

index 4beceabf9219e397c008b930feda3bbd1a27760a..9a5a721a58574916e0493c6d5d46b53cac908524 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;