mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
remove decl of unused variable
This commit is contained in:
parent
0e1f7a82e9
commit
9ee91f11b3
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ save_inst(Picklerobject *self, PyObject *args)
|
|||
static int
|
||||
save_global(Picklerobject *self, PyObject *args, PyObject *name)
|
||||
{
|
||||
PyObject *global_name = 0, *module = 0, *mod = 0, *moddict = 0, *klass = 0;
|
||||
PyObject *global_name = 0, *module = 0, *mod = 0, *klass = 0;
|
||||
char *name_str, *module_str;
|
||||
int module_size, name_size, res = -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue