aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/idhash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/idhash.c b/tests/idhash.c
index 50a8d976..a51db654 100644
--- a/tests/idhash.c
+++ b/tests/idhash.c
@@ -79,7 +79,6 @@ Main({
Test("Resize ID Hash", {
int expect[1024];
- int rv;
int i;
for (i = 0; i < 1024; i++) {
@@ -96,7 +95,6 @@ Main({
})
Convey("We can insert 1024 items", {
- uint32_t count;
for (i = 0; i < 1024; i++) {
nni_idhash_insert(&h, i, &expect[i]);
}