main: Remove dead --debug-thread flag.

This commit is contained in:
Thomas Adamcik 2013-04-02 23:12:37 +02:00
parent cbfafbad1a
commit 5450905d49

View File

@ -134,10 +134,6 @@ def parse_options():
b'--list-deps',
action='callback', callback=deps.list_deps_optparse_callback,
help='list dependencies and their versions')
parser.add_option(
b'--debug-thread',
action='store_true', dest='debug_thread',
help='run background thread that dumps tracebacks on SIGUSR1')
parser.add_option(
b'-o', b'--option',
action='append', dest='overrides', type='config_override',