Skip to content

Commit

Permalink
Remove no-op flag from fidlc response gen (flutter#34110)
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslavsky authored Jun 17, 2022
1 parent d30c460 commit 8cf1560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/fuchsia/fidl/gen_response_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8cf1560

Please sign in to comment.