Remove mysterious old cruft

The two lines were added in 2673eb0a and modified in 60e1a1f8, but foo
is completely unused. Removing it doesn't break anything: out it goes!
pull/12595/head
Abhijit Menon-Sen 9 years ago
parent fe0e4f27ad
commit 49b35ad5dd

@ -26,8 +26,6 @@ from ansible.utils.listify import listify_lookup_plugin_terms
class LookupModule(LookupBase):
def _lookup_variables(self, terms, variables):
foo = variables.copy()
foo.pop('vars', None)
results = []
for x in terms:
try:

Loading…
Cancel
Save