1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

tests: remove unused variables

This commit is contained in:
Sébastien Helleu
2015-03-03 07:43:23 +01:00
parent f6941c20eb
commit 3eb6cd3cd9
3 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ void
test_arraylist (int initial_size, int sorted, int allow_duplicates)
{
struct t_arraylist *arraylist;
int i, index, index_insert, expected_pos;
int i, index, index_insert;
void *pointer;
const char *item_aaa = "aaa";
const char *item_abc = "abc";