summaryrefslogtreecommitdiffstats
path: root/common/dhash/dhash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dhash/dhash_test.c')
-rw-r--r--common/dhash/dhash_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dhash/dhash_test.c b/common/dhash/dhash_test.c
index 8509964f6..450a1ab55 100644
--- a/common/dhash/dhash_test.c
+++ b/common/dhash/dhash_test.c
@@ -285,7 +285,7 @@ int main(int argc, char **argv)
/* Get an array of keys in the table, print them out */
{
- unsigned long i, count;
+ unsigned long count;
hash_key_t *keys;
if (verbose) printf("\nhash_keys:\n");
@@ -309,7 +309,7 @@ int main(int argc, char **argv)
/* Get an array of values in the table, print them out */
{
- unsigned long i, count;
+ unsigned long count;
hash_value_t *values;
if (verbose) printf("\nhash_values:\n");
@@ -329,7 +329,7 @@ int main(int argc, char **argv)
/* Get an array of items in the table, print them out */
{
- unsigned long i, count;
+ unsigned long count;
hash_entry_t *entries;
if (verbose) printf("\nhash_entries:\n");