remove temporary insert for testing

This commit is contained in:
r4 2022-05-31 19:36:26 +02:00
parent c5fe99a79f
commit 3b3846c3d1
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ FUNCDECL(bool, _del)(NAME m, KTYPE key);
FUNCDECL(Error, _rehash)(NAME *m, size_t new_minimum_cap);
FUNCDECL(bool, _it_next)(NAME m, ITEM_TYPE **restrict it);
VARDEF(const char *, test_string_lol) = NULL;
#ifdef GENERIC_IMPL
VARDEF(const char *, __val_fmt) = NULL;
VARDEF(const char *, __key_fmt) = NULL;