Commit 4be47c0f authored by Tim Peters's avatar Tim Peters

Get rid of unused vars in builtin_unicode (they were causing

legit warnings).
parent 3cf4d2b3
......@@ -148,8 +148,6 @@ builtin_unicode(self, args)
PyObject *args;
{
PyObject *v;
const void *buffer;
int len;
char *encoding = NULL;
char *errors = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment