Skip to content

Commit d6ccd53

Browse files
Remove build rule for non-existing file.
1 parent f82518d commit d6ccd53

File tree

1 file changed

+0
-12
lines changed
  • tensorflow_serving/batching

1 file changed

+0
-12
lines changed

tensorflow_serving/batching/BUILD

-12
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ cc_library(
7070
],
7171
)
7272

73-
cc_library(
74-
name = "threadsafe_status",
75-
srcs = ["threadsafe_status.cc"],
76-
hdrs = ["threadsafe_status.h"],
77-
deps = [
78-
"@com_google_absl//absl/base:core_headers",
79-
"@com_google_absl//absl/status",
80-
"@com_google_absl//absl/synchronization",
81-
"@org_tensorflow//tensorflow/core:lib",
82-
],
83-
)
84-
8573
cc_test(
8674
name = "batching_session_test",
8775
srcs = [

0 commit comments

Comments
 (0)