Remove linked_statically_by attribute for test

This is in preparation to renaming linked_statically_by to exported_by. The attribute linked_statically_by became redundant in a previous CL that added the static_deps attribute and made libraries in exports be linked statically automatically.

RELNOTES:none
PiperOrigin-RevId: 293355106
Change-Id: Iac987087e2f8e280f0fcaa2b7fcf61c55542825b
This commit is contained in:
Googler 2020-02-05 06:23:47 -08:00 committed by Copybara-Service
parent 519989d3d5
commit cd0fa354f6
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ cc_library(
name = "baz",
srcs = ["baz.cc"],
hdrs = ["baz.h"],
linked_statically_by = ["//examples/test_cc_shared_library:foo_so"],
)
cc_library(