mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove unused command-line Python codegen arguments
This commit is contained in:
parent
f4a2fe9501
commit
62a0cac3c0
2 changed files with 0 additions and 4 deletions
|
@ -30,8 +30,6 @@ def main():
|
|||
from optparse import OptionParser
|
||||
usagestring = "usage: %prog configFile outputdir outputPrefix webIDLFile"
|
||||
o = OptionParser(usage=usagestring)
|
||||
o.add_option("--verbose-errors", action='store_true', default=False,
|
||||
help="When an error happens, display the Python traceback.")
|
||||
(options, args) = o.parse_args()
|
||||
|
||||
if len(args) != 4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue