diff options
| -rw-r--r-- | ioreplay/src/datas/hmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ioreplay/src/datas/hmap.c b/ioreplay/src/datas/hmap.c index d0e1d70..96c373e 100644 --- a/ioreplay/src/datas/hmap.c +++ b/ioreplay/src/datas/hmap.c @@ -321,8 +321,6 @@ static void _hmap_test_l(hmap_s *h) void* somedata = (void*)h; assert(1 == hmap_insert_l(h, 1, (void*)23)); - - assert(1 == hmap_insert_l(h, 1, (void*)23)); assert(1 == hmap_insert_l(h, 5, (void*)123)); assert(1 == hmap_insert_l(h, 3, somedata)); |
