summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-hashtable.cpp
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-03-03 07:43:23 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-03-03 07:43:23 +0100
commit3eb6cd3cd92928c907b4d19947ecc51d4b7b28a7 (patch)
tree86b7a606f22bf983e610d92c8ecf6a7ea4449071 /tests/unit/core/test-hashtable.cpp
parentf6941c20eb53ba34569493980008e3c4347a1377 (diff)
downloadweechat-3eb6cd3cd92928c907b4d19947ecc51d4b7b28a7.zip
tests: remove unused variables
Diffstat (limited to 'tests/unit/core/test-hashtable.cpp')
-rw-r--r--tests/unit/core/test-hashtable.cpp2
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,