From 6a9181552bb3833e41c00a118a36d6db841e955e Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Thu, 6 Oct 2022 12:57:08 -0700 Subject: [PATCH] Remove deprecated --bitcode flag (flutter/engine#36635) --- engine/src/flutter/tools/gn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/engine/src/flutter/tools/gn b/engine/src/flutter/tools/gn index cf75cff52bb..b7db850015a 100755 --- a/engine/src/flutter/tools/gn +++ b/engine/src/flutter/tools/gn @@ -874,13 +874,6 @@ def parse_args(args): help='Do not build the example embedders using the Embedder API.' ) - parser.add_argument( - '--bitcode', - default=False, - action='store_false', - help='Deprecated, bitcode no longer supported.' - ) - parser.add_argument( '--stripped', default=True,