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
(from parent 1:
1354902
)
Omit definition of unused variable i
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Mar 2015 10:19:54 +0000
(11:19 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Mar 2015 10:19:54 +0000
(11:19 +0100)
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
6c2f373
..
325ba28
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-1162,7
+1162,7
@@
static int targets_termlist_nb(WRBUF wrbuf, struct session *se, int num,
void perform_termlist(struct http_channel *c, struct session *se,
const char *name, int num, int version)
{
- int i, j;
+ int j;
NMEM nmem_tmp = nmem_create();
char **names;
int num_names = 0;