projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7554888
)
Remove unused variable
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Aug 2013 10:54:21 +0000
(12:54 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Aug 2013 10:54:21 +0000
(12:54 +0200)
src/pazpar2_config.c
patch
|
blob
|
history
diff --git
a/src/pazpar2_config.c
b/src/pazpar2_config.c
index
fdd4ba8
..
1dfb379
100644
(file)
--- a/
src/pazpar2_config.c
+++ b/
src/pazpar2_config.c
@@
-1126,7
+1126,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)