summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjenkins.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 590c85f5..1bdb7768 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -363,9 +363,6 @@ fi
$CONFIG_SHELL ${abe_dir}/abe.sh ${platform} ${change} --checkout all
) 9>${git_reference}.lock
-# Also fetch changes from gerrit
-(cd $user_snapshots/gcc.git; git fetch origin '+refs/changes/*:refs/remotes/gerrit/changes/*')
-
# Now we build the cross compiler, for a native compiler this becomes
# the stage2 bootstrap build.
ret=0