aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
diff options
context:
space:
mode:
authorChris Gavin <chris@chrisgavin.me>2017-04-25 09:12:26 +0100
committerChris Gavin <chris@chrisgavin.me>2017-04-25 09:18:03 +0100
commit4f3ac7ddd7c6e2a35f093b4f12f0f6b5ab0349fe (patch)
treef37b082fbaaa1532ea26da8ff2340b8240b643d0 /contrib/macdeploy
parent54e2d87e792f683593fd9f06c2e1bff4b03a0e75 (diff)
downloadbitcoin-4f3ac7ddd7c6e2a35f093b4f12f0f6b5ab0349fe.tar.xz
Remove unused variable from `macdeployqtplus` script.
Diffstat (limited to 'contrib/macdeploy')
-rwxr-xr-xcontrib/macdeploy/macdeployqtplus1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus
index 5995f9f438..17214ebe87 100755
--- a/contrib/macdeploy/macdeployqtplus
+++ b/contrib/macdeploy/macdeployqtplus
@@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose):
if os.path.exists(fromContentsDir):
toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory)
shutil.copytree(fromContentsDir, toContentsDir, symlinks=True)
- contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory)
if verbose >= 3:
print("Copied Contents:", fromContentsDir)
print(" to:", toContentsDir)