mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #16728 from dundargoc/refactor/remove-unused-macros
refactor: remove unused macros
This commit is contained in:
commit
991e872d80
@ -2455,13 +2455,11 @@ static inline void _nothing_conv_dict_end(typval_T *const tv, dict_T **const dic
|
||||
#define TYPVAL_ENCODE_NAME nothing
|
||||
#define TYPVAL_ENCODE_FIRST_ARG_TYPE const void *const
|
||||
#define TYPVAL_ENCODE_FIRST_ARG_NAME ignored
|
||||
#define TYPVAL_ENCODE_TRANSLATE_OBJECT_NAME
|
||||
#include "nvim/eval/typval_encode.c.h"
|
||||
#undef TYPVAL_ENCODE_SCOPE
|
||||
#undef TYPVAL_ENCODE_NAME
|
||||
#undef TYPVAL_ENCODE_FIRST_ARG_TYPE
|
||||
#undef TYPVAL_ENCODE_FIRST_ARG_NAME
|
||||
#undef TYPVAL_ENCODE_TRANSLATE_OBJECT_NAME
|
||||
|
||||
#undef TYPVAL_ENCODE_ALLOW_SPECIALS
|
||||
#undef TYPVAL_ENCODE_CONV_NIL
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user