Skip to content

Commit 3135f49

Browse files
allevatocopybara-github
authored andcommitted
Delete the --enable_apple_binary_native_protos flag; it is no longer used.
RELNOTES: None. PiperOrigin-RevId: 377141899
1 parent a6dfd92 commit 3135f49

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,6 @@ public class ObjcCommandLineOptions extends FragmentOptions {
184184
)
185185
public boolean deviceDebugEntitlements;
186186

187-
// TODO(b/63112347): Remove all references to this flag and delete it.
188-
@Option(
189-
name = "enable_apple_binary_native_protos",
190-
defaultValue = "false",
191-
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
192-
effectTags = {OptionEffectTag.NO_OP},
193-
metadataTags = {OptionMetadataTag.DEPRECATED},
194-
help = "This flag is a no-op and will soon be deleted.")
195-
public boolean enableAppleBinaryNativeProtos;
196-
197187
@Option(
198188
name = "apple_sdk",
199189
defaultValue = "null",

0 commit comments

Comments
 (0)