mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 13:56:05 +00:00
refactor: Remove unused MAP_IMPL. (#6573)
This commit is contained in:

committed by
Justin M. Keyes

parent
a9d37c928e
commit
1fe8945748
@@ -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