mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
refactor: Remove unused MAP_IMPL. (#6573)
This commit is contained in:

committed by
Justin M. Keyes

parent
a9d37c928e
commit
1fe8945748
@@ -142,7 +142,6 @@ static inline bool String_eq(String a, String b)
|
||||
|
||||
|
||||
MAP_IMPL(int, int, DEFAULT_INITIALIZER)
|
||||
MAP_IMPL(cstr_t, uint64_t, DEFAULT_INITIALIZER)
|
||||
MAP_IMPL(cstr_t, ptr_t, DEFAULT_INITIALIZER)
|
||||
MAP_IMPL(ptr_t, ptr_t, DEFAULT_INITIALIZER)
|
||||
MAP_IMPL(uint64_t, ptr_t, DEFAULT_INITIALIZER)
|
||||
|
@@ -25,7 +25,6 @@
|
||||
void map_##T##_##U##_clear(Map(T, U) *map);
|
||||
|
||||
MAP_DECLS(int, int)
|
||||
MAP_DECLS(cstr_t, uint64_t)
|
||||
MAP_DECLS(cstr_t, ptr_t)
|
||||
MAP_DECLS(ptr_t, ptr_t)
|
||||
MAP_DECLS(uint64_t, ptr_t)
|
||||
|
Reference in New Issue
Block a user