Remove dead code

This variable assignment is wiped out by the next statement, remove it.

Change-Id: Ibc042d6a98170646f03fc00a8ffd16d9f9cce9f4
This commit is contained in:
Spencer Krum 2016-02-10 19:26:40 -08:00
parent 403d157c45
commit 652c192d7f
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ def main():
)
p = module.params
paths = [
'common.yaml',
'fqdn/%s.yaml' % p['fqdn'] ]
paths = ['group/%s.yaml' % f for f in p['groups'] ]
paths.append('common.yaml')
paths.append('fqdn/%s.yaml' % p['fqdn'])