diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 8e2720b93c2..2bae3eb433c 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -148,8 +148,6 @@ builtin_unicode(self, args) PyObject *args; { PyObject *v; - const void *buffer; - int len; char *encoding = NULL; char *errors = NULL;