Remove unused variable
[pazpar2-moved-to-github.git] / src / pazpar2_config.c
index e3f99b8..79e7ad2 100644 (file)
@@ -1127,7 +1127,6 @@ void info_services(struct conf_server *server, WRBUF w)
     struct conf_service *s = server->service;
     int i;
     struct setting *S;
-    struct database *db;
 
     wrbuf_puts(w, " <services>\n");
     for (; s; s = s->next)