#8343 Remove unused code from get-critpath script.
Merged 3 years ago by cverna. Opened 4 years ago by cverna.
cverna/releng cleanup_get_critpath  into  master

file modified
-3
@@ -12,9 +12,6 @@ 

  

  import pdc_client

  

- def get_branches(pdc):

-     for branch in pdc.get_paged(pdc['component-branches'], active=True):

-         yield branch

  

  def setup_args():

      usage = "\nget-critpath <branch>"

This commit remove the get_branches function from the
get-critpath script. This function is never called in
the script so no need to keep it.

Signed-off-by: Clement Verna cverna@tutanota.com

Can you rebase it? Thanks.

rebased onto 32ee5ee6497b9bf787b539e00e0e94510a61bb33

4 years ago

@mohanboddu rebased. Sorry I missed the original comment :-)

rebased onto a93a7a414accf5fc551908c22feeb6898e4dde63

4 years ago

rebased onto 2c6ba67

3 years ago

Pull-Request has been merged by cverna

3 years ago
Metadata