diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-03 07:43:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-03 07:43:23 +0100 |
commit | 3eb6cd3cd92928c907b4d19947ecc51d4b7b28a7 (patch) | |
tree | 86b7a606f22bf983e610d92c8ecf6a7ea4449071 /tests/unit/core/test-hashtable.cpp | |
parent | f6941c20eb53ba34569493980008e3c4347a1377 (diff) | |
download | weechat-3eb6cd3cd92928c907b4d19947ecc51d4b7b28a7.zip |
tests: remove unused variables
Diffstat (limited to 'tests/unit/core/test-hashtable.cpp')
-rw-r--r-- | tests/unit/core/test-hashtable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/test-hashtable.cpp b/tests/unit/core/test-hashtable.cpp index 0bb4bccfb..0ff23d239 100644 --- a/tests/unit/core/test-hashtable.cpp +++ b/tests/unit/core/test-hashtable.cpp @@ -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, |