mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
@ -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):
|
||||
|
Reference in New Issue
Block a user