From 283effb16646112ee9c6bba57e021e80f322b29f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 4 Oct 2024 14:29:00 +0200 Subject: Avoid repeating typedefs in tests --- test/111_h48map/h48map_tests.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'test/111_h48map/h48map_tests.c') diff --git a/test/111_h48map/h48map_tests.c b/test/111_h48map/h48map_tests.c index d70bc3a..7fdfb3d 100644 --- a/test/111_h48map/h48map_tests.c +++ b/test/111_h48map/h48map_tests.c @@ -1,20 +1,7 @@ #include "../test.h" -#define MAP_KEYSHIFT UINT64_C(40) #define MAXPOS 1000 -typedef struct { - uint64_t n; - uint64_t capacity; - uint64_t randomizer; - uint64_t *table; -} h48map_t; - -typedef struct { - uint64_t key; - uint64_t val; -} kvpair_t; - void h48map_create(h48map_t *, uint64_t, uint64_t); void h48map_destroy(h48map_t *); void h48map_insertmin(h48map_t *, uint64_t, uint64_t); -- cgit v1.3