summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
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