From 8a1c4b3fea8d81651ba1a6f78114168bc41d58e7 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 9 Jun 2026 17:12:40 -0700 Subject: [PATCH] Remove unused variable --- cc/private/rules_impl/cc_shared_library_impl.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/cc/private/rules_impl/cc_shared_library_impl.bzl b/cc/private/rules_impl/cc_shared_library_impl.bzl index 9b017c770..00feb78cf 100644 --- a/cc/private/rules_impl/cc_shared_library_impl.bzl +++ b/cc/private/rules_impl/cc_shared_library_impl.bzl @@ -407,10 +407,8 @@ def _filter_inputs( linker_inputs_seen = {} linker_inputs_count = 0 label_to_linker_inputs = {} - experimental_remove_before_7_0_linker_inputs = [] def _add_linker_input_to_dict(owner, linker_input): - experimental_remove_before_7_0_linker_inputs.append(linker_input) label_to_linker_inputs.setdefault(owner, []).append(linker_input) # We use this dictionary to give an error if a target containing only