mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove mysterious old cruft
The two lines were added in2673eb0a
and modified in60e1a1f8
, but foo is completely unused. Removing it doesn't break anything: out it goes!
This commit is contained in:
parent
fe0e4f27ad
commit
49b35ad5dd
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ from ansible.utils.listify import listify_lookup_plugin_terms
|
||||||
class LookupModule(LookupBase):
|
class LookupModule(LookupBase):
|
||||||
|
|
||||||
def _lookup_variables(self, terms, variables):
|
def _lookup_variables(self, terms, variables):
|
||||||
foo = variables.copy()
|
|
||||||
foo.pop('vars', None)
|
|
||||||
results = []
|
results = []
|
||||||
for x in terms:
|
for x in terms:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue