Removed unused variables

This commit is contained in:
Andrew Murray
2017-04-04 19:37:55 +10:00
parent 9b743cf383
commit 634dda427c
2 changed files with 2 additions and 4 deletions

View File

@@ -259,7 +259,6 @@ def wx_copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0,
else:
# make a new, matching symlink in dst
if os.path.isdir(dst):
dir = dst
dst = os.path.join(dst, os.path.basename(src))
linkdst = os.readlink(src)
if verbose >= 1: