1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +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
@@ -140,7 +140,7 @@ TEST(Hashtable, SetGetRemove)
const char *str_value = HASHTABLE_TEST_VALUE;
const char *ptr_value;
unsigned long long hash;
int i, j;
int i;
hashtable = hashtable_new (32,
WEECHAT_HASHTABLE_STRING,