From d41eff31eae1ed107609cedb8132a99602511ad6 Mon Sep 17 00:00:00 2001 From: Felipe de Jesus Ruiz Garcia Date: Mon, 21 Jan 2019 16:33:37 -0500 Subject: [PATCH] Remove unused variables Partial cleanup of the python code. Story: 2004825 Task: 29286 Change-Id: I146c626342a8be2c93da21cf6cb229a39e8eac10 Signed-off-by: Felipe de Jesus Ruiz Garcia --- build-tools/create_dependancy_cache.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-tools/create_dependancy_cache.py b/build-tools/create_dependancy_cache.py index a7b6f453..8ab6192a 100755 --- a/build-tools/create_dependancy_cache.py +++ b/build-tools/create_dependancy_cache.py @@ -177,7 +177,6 @@ def file_search(dir, pattern, recursive_depth=0): # rpm_type= 'RPM' or 'SRPM' # arch= e.g. x86_64, only relevant of rpm_type=='RPM' def get_repo_primary_data_list(rpm_type='RPM', arch_list=default_arch_list): - rpm_repo_roots = [] rpm_repodata_roots = [] repodata_list = [] @@ -206,7 +205,6 @@ def get_repo_primary_data_list(rpm_type='RPM', arch_list=default_arch_list): # rpm_type= 'RPM' or 'SRPM' # arch= e.g. x86_64, only relevant of rpm_type=='RPM' def get_repo_filelists_data_list(rpm_type='RPM', arch_list=default_arch_list): - rpm_repo_roots = [] rpm_repodata_roots = [] repodata_list = []