aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-12-30 22:20:10 +0100
committerGitHub <noreply@github.com>2021-12-30 22:20:10 +0100
commit991e872d800dbd983d57e4768734cefb13503ee7 (patch)
tree6de882aeed6aeed9461cd20098500b8cbb2aad44 /src/nvim/map.c
parentc46f7caad0bef587d189de2310435f48f9bd9ad8 (diff)
parent7e9aaf1e0f5420a8cfcc13f8bd2735bd7eb2d76a (diff)
downloadrneovim-991e872d800dbd983d57e4768734cefb13503ee7.tar.gz
rneovim-991e872d800dbd983d57e4768734cefb13503ee7.tar.bz2
rneovim-991e872d800dbd983d57e4768734cefb13503ee7.zip
Merge pull request #16728 from dundargoc/refactor/remove-unused-macros
refactor: remove unused macros
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