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
1 changed files with 0 additions and 2 deletions

View File

@ -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;