Skip to content

Commit 4f3ac7d

Browse files
committed
Remove unused variable from macdeployqtplus script.
1 parent 54e2d87 commit 4f3ac7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/macdeploy/macdeployqtplus

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose):
302302
if os.path.exists(fromContentsDir):
303303
toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory)
304304
shutil.copytree(fromContentsDir, toContentsDir, symlinks=True)
305-
contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory)
306305
if verbose >= 3:
307306
print("Copied Contents:", fromContentsDir)
308307
print(" to:", toContentsDir)

0 commit comments

Comments
 (0)