plugins/python/sudo_python_module.c: remove unused declaration

We do not use structsequence any more.
This commit is contained in:
Robert Manner
2020-02-19 09:38:02 +01:00
committed by Todd C. Miller
parent 3be61db35c
commit 06b1f58e9f

View File

@@ -23,9 +23,6 @@
#include "sudo_python_module.h"
CPYCHECKER_RETURNS_BORROWED_REF
PyAPI_FUNC(PyObject *) PyStructSequence_GetItem(PyObject *, Py_ssize_t);
#define EXC_VAR(exception_name) sudo_exc_ ## exception_name
#define TYPE_VAR(type_name) &sudo_type_ ## type_name