mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Get rid of unused vars in builtin_unicode (they were causing
legit warnings).
This commit is contained in:
parent
3cf4d2b3ea
commit
4be47c0f76
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue