Commit d1037635 by James Cammarata

Merge pull request #9105 from jakubroztocil/devel

Remove unreachable code
parents 9bcfbc03 0073d2dd
...@@ -54,7 +54,6 @@ def aws_common_argument_spec(): ...@@ -54,7 +54,6 @@ def aws_common_argument_spec():
security_token=dict(no_log=True), security_token=dict(no_log=True),
profile=dict(), profile=dict(),
) )
return spec
def ec2_argument_spec(): def ec2_argument_spec():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment