Remove unused typing-extensions BUCK target (#153229)

This target is unused.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153229
Approved by: https://github.com/colesbury
This commit is contained in:
cyy
2025-05-13 04:29:55 +00:00
committed by PyTorch MergeBot
parent 15e08f9571
commit 9785b32189

View File

@ -182,7 +182,6 @@ THIRD_PARTY_LIBS = {
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
"ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"],
"sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"],
"typing-extensions": ["//third-party/typing-extensions:typing-extensions", "//third_party:typing-extensions"],
}
def third_party(name):