summaryrefslogtreecommitdiff
path: root/src/if_python3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_python3.c')
-rw-r--r--src/if_python3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/if_python3.c b/src/if_python3.c
index b87e13766..75d212274 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -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