summaryrefslogtreecommitdiffstats
path: root/src/util/tests/hash_table/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/tests/hash_table/clear.c')
-rw-r--r--src/util/tests/hash_table/clear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/tests/hash_table/clear.c b/src/util/tests/hash_table/clear.c
index 526700bfb0f..3d6bf80c0cf 100644
--- a/src/util/tests/hash_table/clear.c
+++ b/src/util/tests/hash_table/clear.c
@@ -53,7 +53,6 @@ static void delete_function(struct hash_entry *entry)
int main()
{
struct hash_table *ht;
- struct hash_entry *entry;
const uint32_t size = 1000;
bool flags[size];
uint32_t i;