0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2924: superfluous extern declaration

Problem:    Superfluous extern declaration.
Solution:   Delete the declaration. (Ken Takata, closes #8307)
This commit is contained in:
K.Takata
2021-06-02 15:08:50 +02:00
committed by Bram Moolenaar
parent eecf2b35a1
commit a2e468fcac
2 changed files with 2 additions and 2 deletions

View File

@@ -260,8 +260,6 @@ main
#ifdef MSWIN
{
extern void set_alist_count(void);
// Remember the number of entries in the argument list. If it changes
// we don't react on setting 'encoding'.
set_alist_count();