Skip to content

Commit

Permalink
Remove unused crosstool flags
Browse files Browse the repository at this point in the history
These 2 were replaced by the 1 above 8 years ago, copy pasta
  • Loading branch information
keith committed Sep 25, 2024
1 parent 691a7b1 commit d8e3bb9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -851,28 +851,6 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
),
],
),
flag_set(
actions = all_link_actions +
[ACTION_NAMES.cpp_link_static_library],
flag_groups = [
flag_group(
flags = ["%{runtime_root_flags}"],
iterate_over = "runtime_root_flags",
expand_if_available = "runtime_root_flags",
),
],
),
flag_set(
actions = all_link_actions +
[ACTION_NAMES.cpp_link_static_library],
flag_groups = [
flag_group(
flags = ["%{runtime_root_entries}"],
iterate_over = "runtime_root_entries",
expand_if_available = "runtime_root_entries",
),
],
),
],
)

Expand Down

0 comments on commit d8e3bb9

Please sign in to comment.