aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2021-12-19 22:56:54 +0100
committerDundar Göc <gocdundar@gmail.com>2021-12-30 21:53:18 +0100
commit7e9aaf1e0f5420a8cfcc13f8bd2735bd7eb2d76a (patch)
treefc8256892ef3ee2e9c90219d2b7214d4a09746c7 /src/nvim/map.c
parent67bb01ae27db3cbba9e2e908c4e6612040f650aa (diff)
downloadrneovim-7e9aaf1e0f5420a8cfcc13f8bd2735bd7eb2d76a.tar.gz
rneovim-7e9aaf1e0f5420a8cfcc13f8bd2735bd7eb2d76a.tar.bz2
rneovim-7e9aaf1e0f5420a8cfcc13f8bd2735bd7eb2d76a.zip
refactor: remove unused macros
Closes #13505
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r--src/nvim/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 1d9abe3ef2..c77433df71 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -29,8 +29,6 @@
#define uint32_t_eq kh_int_hash_equal
#define int_hash kh_int_hash_func
#define int_eq kh_int_hash_equal
-#define linenr_T_hash kh_int_hash_func
-#define linenr_T_eq kh_int_hash_equal
#define handle_T_hash kh_int_hash_func
#define handle_T_eq kh_int_hash_equal