Omit definition of unused variable i
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Mar 2015 10:19:54 +0000 (11:19 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Mar 2015 10:19:54 +0000 (11:19 +0100)
src/session.c

index 6c2f373..325ba28 100644 (file)
@@ -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;