mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -32,8 +32,6 @@ def main():
|
|||
o = OptionParser(usage=usageString)
|
||||
o.add_option("--cachedir", dest='cachedir', default=None,
|
||||
help="Directory in which to cache lex/parse tables.")
|
||||
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) < 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue