From 912d4bb230941288947a2000ed5b847bf4ade2a0 Mon Sep 17 00:00:00 2001 From: Alex Zaslavsky Date: Fri, 17 Jun 2022 09:44:04 -0700 Subject: [PATCH] Remove no-op flag from fidlc response gen (flutter/engine#34110) --- engine/src/flutter/tools/fuchsia/fidl/gen_response_file.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/src/flutter/tools/fuchsia/fidl/gen_response_file.py b/engine/src/flutter/tools/fuchsia/fidl/gen_response_file.py index c4efdc328c3..c44f4784b3b 100755 --- a/engine/src/flutter/tools/fuchsia/fidl/gen_response_file.py +++ b/engine/src/flutter/tools/fuchsia/fidl/gen_response_file.py @@ -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)