]> granicus.if.org Git - python/commitdiff
Get rid of unused vars in builtin_unicode (they were causing
authorTim Peters <tim.peters@gmail.com>
Sun, 9 Jul 2000 02:11:18 +0000 (02:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 9 Jul 2000 02:11:18 +0000 (02:11 +0000)
legit warnings).

Python/bltinmodule.c

index 8e2720b93c2557a2df831caee31c9c04fa13a811..2bae3eb433c5930ca31724d7e0ae55f13c9edcf4 100644 (file)
@@ -148,8 +148,6 @@ builtin_unicode(self, args)
        PyObject *args;
 {
         PyObject *v;
-       const void *buffer;
-       int len;
        char *encoding = NULL;
        char *errors = NULL;