mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
save_list(): removed unused local "memo".
This commit is contained in:
parent
bd1cdb9227
commit
58d7846e68
1 changed files with 0 additions and 1 deletions
|
@ -482,7 +482,6 @@ class Pickler:
|
||||||
|
|
||||||
write = self.write
|
write = self.write
|
||||||
save = self.save
|
save = self.save
|
||||||
memo = self.memo
|
|
||||||
|
|
||||||
if self.bin:
|
if self.bin:
|
||||||
write(EMPTY_LIST)
|
write(EMPTY_LIST)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue