From: Karl Hasselström Date: Thu, 24 Jan 2008 06:08:57 +0000 (+0100) Subject: Remove unused default values X-Git-Tag: v0.15-rc1~297 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/ea27ef9d69d777bc6722b5d99b033122b338ebbf?ds=sidebyside Remove unused default values This function was called from only one place, and the default values weren't used there, so they're useless. Signed-off-by: Karl Hasselström --- diff --git a/stgit/commands/status.py b/stgit/commands/status.py index 708dd16..02a5832 100644 --- a/stgit/commands/status.py +++ b/stgit/commands/status.py @@ -66,9 +66,8 @@ options = [make_option('-m', '--modified', action = 'store_true')] -def status(files = None, modified = False, new = False, deleted = False, - conflict = False, unknown = False, noexclude = False, - diff_flags = []): +def status(files, modified, new, deleted, conflict, unknown, noexclude, + diff_flags): """Show the tree status """ cache_files = git.tree_status(files,