summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 15:20:33 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 15:20:33 +0000
commitf91580c2aa50c9a2ebfbe7677987f073ca4a07f4 (patch)
tree026f30499068bfe8d1f4610083883d59842b8542 /morph
parent9b54d9ff91f26365e785d2604355f11fc51fa97e (diff)
downloadmorph-f91580c2aa50c9a2ebfbe7677987f073ca4a07f4.tar.gz
Remove unused return values from cmd_build*
Diffstat (limited to 'morph')
-rwxr-xr-xmorph6
1 files changed, 0 insertions, 6 deletions
diff --git a/morph b/morph
index 1268edb0..551af5a7 100755
--- a/morph
+++ b/morph
@@ -154,8 +154,6 @@ class Morph(cliapp.Application):
if args:
raise cliapp.AppException('Extra args on command line: %s' % args)
- return ret
-
def cmd_show_dependencies(self, args):
'''Dumps the dependency tree of all input morphologies.'''
@@ -292,8 +290,6 @@ class Morph(cliapp.Application):
if args:
raise cliapp.AppException('Extra args on command line: %s' % args)
- return ret
-
def cmd_build_distributed(self, args):
'''Build a binary from a morphology, distributing work where possible.
@@ -360,8 +356,6 @@ class Morph(cliapp.Application):
if args:
raise cliapp.AppException('Extra args on command line: %s' % args)
- return result
-
def msg(self, msg):
'''Show a message to the user about what is going on.'''
logging.debug(msg)