commit | 4be47c0f76c349ee9c04b08ed122c8bd8190d2c5 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jul 09 02:11:18 2000 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jul 09 02:11:18 2000 +0000 |
tree | 76602509be0a2c2bb2117ff3dfd47c44523e9d29 | |
parent | 3cf4d2b3ea93eee40d34b1ae4845497d0cd3fcec [diff] |
Get rid of unused vars in builtin_unicode (they were causing legit warnings).
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 8e2720b..2bae3eb 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c
@@ -148,8 +148,6 @@ PyObject *args; { PyObject *v; - const void *buffer; - int len; char *encoding = NULL; char *errors = NULL;