Skip to content

Commit

Permalink
another passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 5, 2024
1 parent ffa8241 commit a1e641b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apple/internal/partials/framework_provider.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def framework_provider_partial(
cc_features,
cc_info,
cc_toolchain,
objc_provider,
rule_label):
"""Constructor for the framework provider partial.
Expand All @@ -120,8 +119,6 @@ def framework_provider_partial(
cc_info: The CcInfo provider containing information about the
targets linked into the dynamic framework.
cc_toolchain: The C++ toolchain to use.
objc_provider: The `apple_common.Objc` provider containing information
about the targets linked into the dynamic framework.
rule_label: The label of the target being analyzed.
Returns:
Expand All @@ -139,6 +136,5 @@ def framework_provider_partial(
cc_features = cc_features,
cc_info = cc_info,
cc_toolchain = cc_toolchain,
objc_provider = objc_provider,
rule_label = rule_label,
)

0 comments on commit a1e641b

Please sign in to comment.