Remove unused function get_prerelease_projects
authorEd Bartosh <eduard.bartosh@intel.com>
Sun, 14 Dec 2014 15:16:46 +0000 (17:16 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Sun, 14 Dec 2014 16:08:47 +0000 (18:08 +0200)
This function was used in previous implementation of
repa diff and not needed anymore.

Change-Id: I4eff6b11553f07103fdacd2f487cdcf88c674d8c
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
repa/common.py

index 9d661d7f886896f98e374549a2e93175567766f5..90b5640bc191c03ade84f339e22ee9e55e658418 100644 (file)
@@ -41,10 +41,6 @@ class RepaException(Exception):
     """Custom repa exception. All repa modules should use it."""
     pass
 
-def get_prerelease_projects(obs, target_prj, tag=None):
-    """Get list of prerelease projects for specified target project."""
-    return obs.get_project_list('^%s%s:' % (OBS_PROJECT_PREFIX, target_prj))
-
 def get_prerelease(name, target):
     """Get name of prerelease project."""
     if name.startswith('submitgroup/'):