Skip to content

Commit

Permalink
Delete unused xla/statusor.h.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 699511303
  • Loading branch information
klucke authored and tensorflower-gardener committed Nov 23, 2024
1 parent f377b15 commit 16baee2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
16 changes: 0 additions & 16 deletions third_party/xla/xla/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -277,22 +277,6 @@ cc_library(
],
)

cc_library(
name = "statusor",
hdrs = [
"statusor.h",
],
linkopts = select({
"//xla/tsl:freebsd": ["-lexecinfo"],
"//conditions:default": [],
}),
visibility = ["//visibility:public"],
deps = [
"@com_google_absl//absl/status",
"@local_tsl//tsl/platform:statusor",
],
)

cc_library(
name = "fp_util",
hdrs = ["fp_util.h"],
Expand Down
27 changes: 0 additions & 27 deletions third_party/xla/xla/statusor.h

This file was deleted.

0 comments on commit 16baee2

Please sign in to comment.