Skip to content

Commit 5ebba28

Browse files
committed
Remove unused variable
1 parent 685f8fe commit 5ebba28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/functools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ def wrapper(*args, **kwds):
674674
# still adjusting the links.
675675
root = oldroot[NEXT]
676676
oldkey = root[KEY]
677-
oldresult = root[RESULT]
678677
root[KEY] = root[RESULT] = None
679678
# Now update the cache dictionary.
680679
del cache[oldkey]

0 commit comments

Comments
 (0)