mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
remove dead code
Change-Id: I574490d1e282355efa6756242b0906e56103027f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
7c90fd8829
commit
eba69e730f
@@ -519,9 +519,6 @@ sub git_add_remotes
|
||||
{
|
||||
my ($self, $repo_basename) = @_;
|
||||
|
||||
my $protocol = $self->{protocol};
|
||||
my $url_base_for_protocol = $PROTOCOLS{$protocol};
|
||||
|
||||
my %current_remotes;
|
||||
for my $line (qx(git remote show)) {
|
||||
chomp $line;
|
||||
|
||||
Reference in New Issue
Block a user