From 0fb0548d0b04cf2a1d9b6755697b7dca45d2dbf8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 30 Oct 2014 13:40:34 -0400 Subject: [PATCH] removed no unused var that was not cleaned up properlly --- bin/ansible-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible-doc b/bin/ansible-doc index d399e4668e9..e4c7d195224 100755 --- a/bin/ansible-doc +++ b/bin/ansible-doc @@ -234,7 +234,7 @@ def main(): for i in options.module_path.split(os.pathsep): utils.plugins.module_finder.add_directory(i) - if options.list_dir or options.list_deprecated: + if options.list_dir: # list modules paths = utils.plugins.module_finder._get_paths() module_list = []