Skip to content

Commit

Permalink
Delete obsolete objc attributes
Browse files Browse the repository at this point in the history
They are no longer used.

PiperOrigin-RevId: 592242382
Change-Id: I1b12dc3cf38f01be1918e56a10c44d846009139f
  • Loading branch information
googlewalt authored and copybara-github committed Dec 19, 2023
1 parent 103830f commit 132f73a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ protected static void addAppleBinaryStarlarkRule(Scratch scratch) throws Excepti
" providers.append(apple_common.new_executable_binary_provider(",
" binary = processed_binary,",
" cc_info = link_result.cc_info,",
" objc = link_result.objc,",
" ))",
" return providers",
"apple_binary_starlark = rule(",
Expand Down Expand Up @@ -1208,7 +1207,6 @@ private void checkAvoidDepsDependenciesSetupFramework() throws Exception {
" objc_provider,",
" apple_common.new_dynamic_framework_provider(",
" cc_info = cc_info,",
" objc = objc_provider,",
" ),",
" ]",
"custom_dynamic_framework_import = rule(",
Expand Down

0 comments on commit 132f73a

Please sign in to comment.