Get rid of unused vars in builtin_unicode (they were causing

legit warnings).
This commit is contained in:
Tim Peters 2000-07-09 02:11:18 +00:00
parent 3cf4d2b3ea
commit 4be47c0f76

View file

@ -148,8 +148,6 @@ builtin_unicode(self, args)
PyObject *args;
{
PyObject *v;
const void *buffer;
int len;
char *encoding = NULL;
char *errors = NULL;