aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
authorPatrick Jackson <PatrickSJackson@gmail.com>2017-04-22 17:32:56 -0700
committerJustin M. Keyes <justinkz@gmail.com>2017-04-23 02:32:56 +0200
commit1fe8945748620713402cab77a46501ec5311778b (patch)
tree5e045bd06cbd7bab1b170562ac39036d359cad3b /src/nvim/map.c
parenta9d37c928e109f8bb75faf24c5b4effb90b115ff (diff)
downloadrneovim-1fe8945748620713402cab77a46501ec5311778b.tar.gz
rneovim-1fe8945748620713402cab77a46501ec5311778b.tar.bz2
rneovim-1fe8945748620713402cab77a46501ec5311778b.zip
refactor: Remove unused MAP_IMPL. (#6573)
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r--src/nvim/map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 54a9e559af..366b286d14 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -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)