summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-13 12:23:52 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-13 12:23:52 -0400
commitc0cc12a305cb22d39717a6326d9286337837bcf5 (patch)
tree1d376db8a73c9dba655be2adc1aa8c3adee3d0f4 /cmd2.py
parent8029d54b28302ecf6066853b7a4b4520c14ce9fb (diff)
downloadcmd2-git-c0cc12a305cb22d39717a6326d9286337837bcf5.tar.gz
Removed unused variables
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2.py b/cmd2.py
index da26fce3..356ee876 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -3033,9 +3033,7 @@ Usage: Usage: unalias [-a] name [name ...]
if self.ruler:
self.stdout.write('{:{ruler}<{width}}\n'.format('', ruler=self.ruler, width=80))
- help_topics = self.get_help_topics()
for command in cmds:
- doc = ''
# Try to get the documentation string
try:
# first see if there's a help function implemented