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:
Oswald Buddenhagen
2011-11-09 16:01:15 +01:00
committed by Qt by Nokia
parent 7c90fd8829
commit eba69e730f

View File

@@ -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;