mirror of https://github.com/python/cpython
Get rid of unused vars in builtin_unicode (they were causing
legit warnings).
This commit is contained in:
parent
3cf4d2b3ea
commit
4be47c0f76
|
@ -148,8 +148,6 @@ builtin_unicode(self, args)
|
||||||
PyObject *args;
|
PyObject *args;
|
||||||
{
|
{
|
||||||
PyObject *v;
|
PyObject *v;
|
||||||
const void *buffer;
|
|
||||||
int len;
|
|
||||||
char *encoding = NULL;
|
char *encoding = NULL;
|
||||||
char *errors = NULL;
|
char *errors = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue