diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2015-08-20 16:40:44 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2015-08-20 16:40:44 +0900 |
commit | 41d1baac31e4a109480a6129c4f1f1cd2b37c1c9 (patch) | |
tree | 3e1c81c2987fca716fa5dc41bc26cead0e7123d9 | |
parent | 46496d8761ae94a349ed3b592ec7ee7e0c7e1a15 (diff) | |
download | git-repo-41d1baac31e4a109480a6129c4f1f1cd2b37c1c9.tar.gz |
gitc_utils: Remove unused variable
Change-Id: I569819675a99ff6c01fb57b23fed033c39d14d1f
-rw-r--r-- | gitc_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitc_utils.py b/gitc_utils.py index 4a9a879a..0dce93bf 100644 --- a/gitc_utils.py +++ b/gitc_utils.py | |||
@@ -58,7 +58,6 @@ def generate_gitc_manifest(client_dir, manifest): | |||
58 | """ | 58 | """ |
59 | print('Generating GITC Manifest by fetching revision SHAs for each ' | 59 | print('Generating GITC Manifest by fetching revision SHAs for each ' |
60 | 'project.') | 60 | 'project.') |
61 | project_gitcmd_dict = {} | ||
62 | index = 0 | 61 | index = 0 |
63 | while index < len(manifest.projects): | 62 | while index < len(manifest.projects): |
64 | _set_project_revisions( | 63 | _set_project_revisions( |