Skip to content

Commit 4dabc60

Browse files
Googlerluispadron
authored andcommitted
Remove owner from cc_common.create_linking_context calls
The argument is a no-op (the owner passed with create_linker_input is used) and will be removed from Bazel. Cherry-pick: 5535728
1 parent 93cba0e commit 4dabc60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apple/internal/compilation_support.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def _subtract_linking_contexts(owner, linking_contexts, avoid_dep_linking_contex
125125
)
126126
return cc_common.create_linking_context(
127127
linker_inputs = depset([linker_input]),
128-
owner = owner,
129128
)
130129

131130
def _libraries_from_linking_context(linking_context):

0 commit comments

Comments
 (0)