summaryrefslogtreecommitdiffstats
path: root/bin/syncqt.pl
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-02-12 16:20:05 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-02-15 17:02:27 +0000
commit65b004204e3bccee2071761dc73206e0a15bce8c (patch)
treedd946764f33ce95fee6c58a0716a2fb87b19dd56 /bin/syncqt.pl
parent5e98873cd3408d3900903efd926c36158941d67e (diff)
syncqt: prune dead $quoted_basedir variable
amends f5a5272bc7a. Change-Id: I6bec21cb87f5e69d659836bc2b2a1e68af70a75c Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'bin/syncqt.pl')
-rwxr-xr-xbin/syncqt.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/syncqt.pl b/bin/syncqt.pl
index 02e55d847e..dd38bece76 100755
--- a/bin/syncqt.pl
+++ b/bin/syncqt.pl
@@ -77,7 +77,6 @@ sub normalizePath {
our $out_basedir = getcwd();
normalizePath(\$out_basedir);
our $basedir;
-our $quoted_basedir;
# Make sure we use Windows line endings for chomp and friends on Windows.
$INPUT_RECORD_SEPARATOR = "\r\n" if ($^O eq "msys");
@@ -728,7 +727,6 @@ $basedir = locateSyncProfile($out_basedir);
if ($basedir) {
$basedir = dirname($basedir) ;
normalizePath(\$basedir);
- $quoted_basedir = "\Q$basedir";
}
# --------------------------------------------------------------------
@@ -796,7 +794,6 @@ while ( @ARGV ) {
die "Could not find a sync.profile for '$arg'\n" if (!$basedir);
$basedir = dirname($basedir);
normalizePath(\$basedir);
- $quoted_basedir = "\Q$basedir";
$var = "ignore";
}