mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.4940: some code is never used
Problem: Some code is never used. Solution: Remove dead code. Add a few more test cases.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
int generate_ppconst(cctx_T *cctx, ppconst_T *ppconst);
|
||||
void clear_ppconst(ppconst_T *ppconst);
|
||||
int compile_member(int is_slice, int *keeping_dict, cctx_T *cctx);
|
||||
int compile_load_scriptvar(cctx_T *cctx, char_u *name, char_u *start, char_u **end, int error);
|
||||
int compile_load_scriptvar(cctx_T *cctx, char_u *name, char_u *start, char_u **end);
|
||||
int compile_load(char_u **arg, char_u *end_arg, cctx_T *cctx, int is_expr, int error);
|
||||
char_u *to_name_end(char_u *arg, int use_namespace);
|
||||
char_u *to_name_const_end(char_u *arg);
|
||||
|
Reference in New Issue
Block a user