aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-11-09 16:01:15 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-11 17:14:02 +0100
commiteba69e730fb9b6663b1865087dd4b09a250a1dcd (patch)
treebe246f5550d41115984207af337e86899bd09662 /init-repository
parent7c90fd88294411740ac08457c6591aa7ea7651a9 (diff)
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>
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository3
1 files changed, 0 insertions, 3 deletions
diff --git a/init-repository b/init-repository
index 4a49cfd4..fcb05f67 100755
--- a/init-repository
+++ b/init-repository
@@ -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;