Remove no-op flag from fidlc response gen (flutter/engine#34110)

This commit is contained in:
Alex Zaslavsky 2022-06-17 09:44:04 -07:00 committed by GitHub
parent 53eaa066a6
commit 912d4bb230

View File

@ -86,8 +86,6 @@ def main():
response_file = []
response_file.append('--experimental new_syntax_only')
if args.json:
response_file.append("--json %s" % args.json)