1
0
forked from aniani/vim

patch 8.2.0822: Vim9: code left over from discovery phase

Problem:    Vim9: code left over from discovery phase.
Solution:   Remove the dead code.
This commit is contained in:
Bram Moolenaar
2020-05-25 20:33:55 +02:00
parent 45a1508a22
commit 2eec37926d
7 changed files with 9 additions and 77 deletions

View File

@@ -19,8 +19,6 @@ int ExpandPackAddDir(char_u *pat, int *num_file, char_u ***file);
void ex_source(exarg_T *eap);
void ex_options(exarg_T *eap);
linenr_T *source_breakpoint(void *cookie);
garray_T *source_get_line_ga(void *cookie);
void source_use_line_ga(void *cookie);
int *source_dbg_tick(void *cookie);
int source_level(void *cookie);
int do_source(char_u *fname, int check_other, int is_vimrc, int *ret_sid);