Skip to content

Commit 2064fa9

Browse files
kit1980pytorchmergebot
authored andcommitted
Clean-up removed TH from BUCK (pytorch#94022)
Differential Revision: D42981979 Pull Request resolved: pytorch#94022 Approved by: https://github.com/huydhn, https://github.com/izaitsevfb, https://github.com/malfet
1 parent 7fb2ac2 commit 2064fa9

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

buckbuild.bzl

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -821,28 +821,6 @@ def define_buck_targets(
821821
],
822822
)
823823

824-
fb_xplat_cxx_library(
825-
name = "th_header",
826-
header_namespace = "",
827-
exported_headers = subdir_glob([
828-
# TH
829-
("aten/src", "TH/*.h"),
830-
("aten/src", "TH/*.hpp"),
831-
("aten/src", "TH/generic/*.h"),
832-
("aten/src", "TH/generic/*.hpp"),
833-
("aten/src", "TH/generic/simd/*.h"),
834-
("aten/src", "TH/vector/*.h"),
835-
("aten/src", "TH/generic/*.c"),
836-
("aten/src", "TH/generic/*.cpp"),
837-
("aten/src/TH", "*.h"), # for #include <THGenerateFloatTypes.h>
838-
# THNN
839-
("aten/src", "THNN/*.h"),
840-
("aten/src", "THNN/generic/*.h"),
841-
("aten/src", "THNN/generic/*.c"),
842-
]),
843-
labels = labels,
844-
)
845-
846824
fb_xplat_cxx_library(
847825
name = "aten_header",
848826
header_namespace = "",

0 commit comments

Comments
 (0)