diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-04 19:04:15 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-01-04 19:04:15 +0300 |
commit | c93ce07628d3e27bfd903743c1248c2f8e45aa2d (patch) | |
tree | 22496e3b94e52f32ed6947df1718d4529238401d /src/nvim/api/private/helpers.c | |
parent | 358097ac5fd12bb9bd3beca8ef672f189f313beb (diff) | |
download | rneovim-c93ce07628d3e27bfd903743c1248c2f8e45aa2d.tar.gz rneovim-c93ce07628d3e27bfd903743c1248c2f8e45aa2d.tar.bz2 rneovim-c93ce07628d3e27bfd903743c1248c2f8e45aa2d.zip |
*: Remove `// fname()` comments near typval_encode includes
Diffstat (limited to 'src/nvim/api/private/helpers.c')
-rw-r--r-- | src/nvim/api/private/helpers.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/api/private/helpers.c b/src/nvim/api/private/helpers.c index de566e37ad..d3564b4ede 100644 --- a/src/nvim/api/private/helpers.c +++ b/src/nvim/api/private/helpers.c @@ -482,8 +482,6 @@ static inline void typval_encode_dict_end(EncodedData *const edata) #define TYPVAL_ENCODE_NAME object #define TYPVAL_ENCODE_FIRST_ARG_TYPE EncodedData *const #define TYPVAL_ENCODE_FIRST_ARG_NAME edata -// _object_convert_one_value() -// encode_vim_to_object() #include "nvim/eval/typval_encode.c.h" #undef TYPVAL_ENCODE_SCOPE #undef TYPVAL_ENCODE_NAME |