diff --git a/tools/fuchsia/fidl/gen_response_file.py b/tools/fuchsia/fidl/gen_response_file.py index c4efdc328c380..c44f4784b3b96 100755 --- a/tools/fuchsia/fidl/gen_response_file.py +++ b/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)