Remove unused variables

Partial cleanup of the python code.

Story: 2004825
Task: 29286

Change-Id: I146c626342a8be2c93da21cf6cb229a39e8eac10
Signed-off-by: Felipe de Jesus Ruiz Garcia <felipe.de.jesus.ruiz.garcia@intel.com>
This commit is contained in:
Felipe de Jesus Ruiz Garcia 2019-01-21 16:33:37 -05:00
parent e687eab44e
commit d41eff31ea
1 changed files with 0 additions and 2 deletions

View File

@ -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 = []