mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -709,8 +709,6 @@ python3_enabled(int verbose)
|
||||
/* Load the standard Python exceptions - don't import the symbols from the
|
||||
* DLL, as this can cause errors (importing data symbols is not reliable).
|
||||
*/
|
||||
static void get_py3_exceptions(void);
|
||||
|
||||
static void
|
||||
get_py3_exceptions(void)
|
||||
{
|
||||
@@ -788,8 +786,6 @@ static PyObject *ListGetattro(PyObject *, PyObject *);
|
||||
static int ListSetattro(PyObject *, PyObject *, PyObject *);
|
||||
static PyObject *FunctionGetattro(PyObject *, PyObject *);
|
||||
|
||||
static PyObject *VimPathHook(PyObject *, PyObject *);
|
||||
|
||||
static struct PyModuleDef vimmodule;
|
||||
|
||||
#define PY_CAN_RECURSE
|
||||
|
Reference in New Issue
Block a user