Remove unused command-line Python codegen arguments

This commit is contained in:
Corey Farwell 2016-01-07 08:51:06 -05:00
parent f4a2fe9501
commit 62a0cac3c0
2 changed files with 0 additions and 4 deletions

View file

@ -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: