aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/test_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/test_hash.c')
-rw-r--r--src/vppinfra/test_hash.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vppinfra/test_hash.c b/src/vppinfra/test_hash.c
index 7f047d9ec78..95ced448c13 100644
--- a/src/vppinfra/test_hash.c
+++ b/src/vppinfra/test_hash.c
@@ -184,8 +184,6 @@ test_word_key (hash_test_t * ht)
/* *INDENT-ON* */
}
- clib_mem_validate ();
-
if ((error = hash_validate (h)))
goto done;
@@ -222,8 +220,6 @@ test_word_key (hash_test_t * ht)
|| (i + 1) % ht->n_iterations_per_validate)
continue;
- clib_mem_validate ();
-
if ((error = hash_validate (h)))
goto done;
@@ -317,8 +313,6 @@ test_string_key (hash_test_t * ht)
|| (i + 1) % ht->n_iterations_per_validate)
continue;
- clib_mem_validate ();
-
if ((error = hash_validate (h)))
goto done;
@@ -355,8 +349,6 @@ test_string_key (hash_test_t * ht)
|| (i + 1) % ht->n_iterations_per_validate)
continue;
- clib_mem_validate ();
-
if ((error = hash_validate (h)))
goto done;