diff --git a/Objects/descrobject.c b/Objects/descrobject.c index c29cf7a4c446..fce9cdd30907 100644 --- a/Objects/descrobject.c +++ b/Objects/descrobject.c @@ -360,7 +360,6 @@ method_vectorcall_FASTCALL_KEYWORDS_METHOD( if (method_check_args(func, args, nargs, NULL)) { return NULL; } - NULL; PyCMethod meth = (PyCMethod) method_enter_call(tstate, func); if (meth == NULL) { return NULL;