[fbcode] remove xcode_public_headers_symlinks (#125966)

Summary: These attributes do nothing in Buck 2, we can remove them.

Test Plan:
```
$ buck2 uquery //... > /dev/null
```

Differential Revision: D57169445

Pull Request resolved: https://github.com/pytorch/pytorch/pull/125966
Approved by: https://github.com/malfet
This commit is contained in:
Richard Howell
2024-05-13 15:06:35 +00:00
committed by PyTorch MergeBot
parent 56b271fd7a
commit 7899034282
2 changed files with 0 additions and 2 deletions

View File

@ -313,7 +313,6 @@ def get_c2_default_cxx_args():
],
visibility = ["PUBLIC"],
windows_preferred_linkage = "static" if is_arvr_mode() else None,
xcode_public_headers_symlinks = True,
)
def get_c2_aten_cpu_fbobjc_macosx_deps():

View File

@ -384,7 +384,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
exported_deps = [
":gtest_headers",
],