Skip to content

Commit 76f379a

Browse files
committed
Remove dead code
1 parent 5b8788d commit 76f379a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/shutil.py

-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ def copy2(src, dst, *, follow_symlinks=True):
444444
flags = _winapi.COPY_FILE_ALLOW_DECRYPTED_DESTINATION # for compat
445445
if not follow_symlinks:
446446
flags |= _winapi.COPY_FILE_COPY_SYMLINK
447-
retry = False
448447
try:
449448
_winapi.CopyFile2(src_, dst_, flags)
450449
return dst

0 commit comments

Comments
 (0)