From 65b004204e3bccee2071761dc73206e0a15bce8c Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 12 Feb 2018 16:20:05 +0100 Subject: syncqt: prune dead $quoted_basedir variable amends f5a5272bc7a. Change-Id: I6bec21cb87f5e69d659836bc2b2a1e68af70a75c Reviewed-by: Lars Knoll Reviewed-by: Thiago Macieira --- bin/syncqt.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') 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"; } -- cgit v1.2.3