Skip to content

Commit

Permalink
syncqt: prune dead $quoted_basedir variable
Browse files Browse the repository at this point in the history
amends f5a5272.

Change-Id: I6bec21cb87f5e69d659836bc2b2a1e68af70a75c
Reviewed-by: Lars Knoll <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
ossilator committed Feb 15, 2018
1 parent 5e98873 commit 65b0042
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/syncqt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -728,7 +727,6 @@ ($$)
if ($basedir) {
$basedir = dirname($basedir) ;
normalizePath(\$basedir);
$quoted_basedir = "\Q$basedir";
}

# --------------------------------------------------------------------
Expand Down Expand Up @@ -796,7 +794,6 @@ ($$)
die "Could not find a sync.profile for '$arg'\n" if (!$basedir);
$basedir = dirname($basedir);
normalizePath(\$basedir);
$quoted_basedir = "\Q$basedir";
$var = "ignore";
}

Expand Down

0 comments on commit 65b0042

Please sign in to comment.