From 06b1f58e9f57f65abee692b6672258faaebead16 Mon Sep 17 00:00:00 2001 From: Robert Manner Date: Wed, 19 Feb 2020 09:38:02 +0100 Subject: [PATCH] plugins/python/sudo_python_module.c: remove unused declaration We do not use structsequence any more. --- plugins/python/sudo_python_module.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/python/sudo_python_module.c b/plugins/python/sudo_python_module.c index 4eb4adb3f..2717c97db 100644 --- a/plugins/python/sudo_python_module.c +++ b/plugins/python/sudo_python_module.c @@ -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