Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ee91f1

Browse files
committed
remove decl of unused variable
1 parent 0e1f7a8 commit 9ee91f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/cPickle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ save_inst(Picklerobject *self, PyObject *args)
16861686
static int
16871687
save_global(Picklerobject *self, PyObject *args, PyObject *name)
16881688
{
1689-
PyObject *global_name = 0, *module = 0, *mod = 0, *moddict = 0, *klass = 0;
1689+
PyObject *global_name = 0, *module = 0, *mod = 0, *klass = 0;
16901690
char *name_str, *module_str;
16911691
int module_size, name_size, res = -1;
16921692

0 commit comments

Comments
 (0)