1
0
forked from aniani/vim

patch 8.1.0443: unnecessary static function prototypes

Problem:    Unnecessary static function prototypes.
Solution:   Remove unnecessary prototypes.
This commit is contained in:
Bram Moolenaar
2018-09-30 21:43:26 +02:00
parent f45d747ebf
commit 6dff58f15c
61 changed files with 21 additions and 770 deletions

View File

@@ -126,8 +126,6 @@
# undef HAVE_SVR4_PTYS
#endif
static void initmaster(int);
/*
* Open all ptys with O_NOCTTY, just to be on the safe side.
*/