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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user