diff --git a/include/ds/generic/map.h b/include/ds/generic/map.h index 48fef60..db53196 100644 --- a/include/ds/generic/map.h +++ b/include/ds/generic/map.h @@ -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;