mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -39,9 +39,7 @@ static void init_locale(void);
|
||||
# endif
|
||||
static void early_arg_scan(mparm_T *parmp);
|
||||
#ifndef NO_VIM_MAIN
|
||||
static void main_msg(char *s);
|
||||
static void usage(void);
|
||||
static int get_number_arg(char_u *p, int *idx, int def);
|
||||
static void parse_command_name(mparm_T *parmp);
|
||||
static void command_line_scan(mparm_T *parmp);
|
||||
static void check_tty(mparm_T *parmp);
|
||||
@@ -3476,8 +3474,6 @@ check_swap_exists_action(void)
|
||||
#endif /* NO_VIM_MAIN */
|
||||
|
||||
#if defined(STARTUPTIME) || defined(PROTO)
|
||||
static void time_diff(struct timeval *then, struct timeval *now);
|
||||
|
||||
static struct timeval prev_timeval;
|
||||
|
||||
# ifdef WIN3264
|
||||
|
Reference in New Issue
Block a user