remove dead code
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
14124034bf
commit
1cad2e9d6f
1 changed files with 0 additions and 5 deletions
|
@ -94,11 +94,6 @@ JINJA_ENV = jinja2.Environment(undefined=jinja2.StrictUndefined,
|
|||
trim_blocks=True, lstrip_blocks=True)
|
||||
|
||||
|
||||
def run_depgen(*params):
|
||||
cmd = [sys.executable, cargodeps.__file__, *params]
|
||||
out = subprocess.check_output(cmd, universal_newlines=True)
|
||||
return out.split("\n")[:-1]
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("-t", "--target", choices=("epel-7", "fedora-26"), required=True,
|
||||
|
|
Loading…
Reference in a new issue