aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/BUILD
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2017-03-20 10:37:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-20 11:53:04 -0700
commite08f942562f5aa94d5dcc5906ed372c48e90f29f (patch)
treece49aafe7623b203de54bc694ef3d901cdb28bf3 /tensorflow/compiler/xla/BUILD
parent22e367e2faccc5b851e31931002b47f051c4f829 (diff)
Delete xla::DifferentialSet. It's dead code.
Change: 150653208
Diffstat (limited to 'tensorflow/compiler/xla/BUILD')
-rw-r--r--tensorflow/compiler/xla/BUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/tensorflow/compiler/xla/BUILD b/tensorflow/compiler/xla/BUILD
index 0f2a46c11d..e73a29ddee 100644
--- a/tensorflow/compiler/xla/BUILD
+++ b/tensorflow/compiler/xla/BUILD
@@ -359,25 +359,6 @@ cc_library(
)
cc_library(
- name = "differential_set",
- hdrs = ["differential_set.h"],
- visibility = [":internal"],
- deps = [
- "//tensorflow/core:lib",
- ],
-)
-
-cc_test(
- name = "differential_set_test",
- srcs = ["differential_set_test.cc"],
- deps = [
- ":differential_set",
- "//tensorflow/core:test",
- "//tensorflow/core:test_main",
- ],
-)
-
-cc_library(
name = "packed_literal_reader",
srcs = ["packed_literal_reader.cc"],
hdrs = ["packed_literal_reader.h"],