mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-01-02 16:14:25 +00:00
gitc_utils: Remove unused variable
Change-Id: I569819675a99ff6c01fb57b23fed033c39d14d1f
This commit is contained in:
parent
46496d8761
commit
41d1baac31
@ -58,7 +58,6 @@ def generate_gitc_manifest(client_dir, manifest):
|
|||||||
"""
|
"""
|
||||||
print('Generating GITC Manifest by fetching revision SHAs for each '
|
print('Generating GITC Manifest by fetching revision SHAs for each '
|
||||||
'project.')
|
'project.')
|
||||||
project_gitcmd_dict = {}
|
|
||||||
index = 0
|
index = 0
|
||||||
while index < len(manifest.projects):
|
while index < len(manifest.projects):
|
||||||
_set_project_revisions(
|
_set_project_revisions(
|
||||||
|
Loading…
Reference in New Issue
Block a user