Kaydet (Commit) 9ee91f11 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

remove decl of unused variable

üst 0e1f7a82
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment