mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Remove unused variable.
This commit is contained in:
parent
4837e39b08
commit
f881751ded
@ -7382,7 +7382,6 @@ encode_code_page_errors(UINT code_page, PyObject **outbytes,
|
||||
PyObject *exc = NULL;
|
||||
PyObject *encoding_obj = NULL;
|
||||
char *encoding;
|
||||
int err;
|
||||
Py_ssize_t startpos, newpos, newoutsize;
|
||||
PyObject *rep;
|
||||
int ret = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user