Skip to content

Commit

Permalink
Remove j2objc_dead_code_pruner
Browse files Browse the repository at this point in the history
This was removed upstream which broke HEAD builds. bazelbuild/bazel@d971268
  • Loading branch information
keith committed Apr 14, 2022
1 parent a93ad60 commit df98f37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apple/internal/rule_factory.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ _COMMON_BINARY_RULE_ATTRS = dicts.add(
cfg = apple_common.multi_arch_split,
default = Label("@bazel_tools//tools/objc:dummy_lib"),
),
# Needed for the J2ObjC processing code that already exists in the implementation of
# apple_common.link_multi_arch_binary.
"_j2objc_dead_code_pruner": attr.label(
default = Label("@bazel_tools//tools/objc:j2objc_dead_code_pruner"),
),
# xcrunwrapper is no longer used by rules_apple, but the underlying implementation of
# apple_common.link_multi_arch_binary requires this attribute.
# TODO(b/117932394): Remove this attribute once Bazel no longer uses xcrunwrapper.
Expand Down

0 comments on commit df98f37

Please sign in to comment.