From f91580c2aa50c9a2ebfbe7677987f073ca4a07f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Feb 2012 15:20:33 +0000 Subject: Remove unused return values from cmd_build* --- morph | 6 ------ 1 file changed, 6 deletions(-) (limited to 'morph') 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) -- cgit v1.2.1