Skip to content

Commit

Permalink
Removing unused macro.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 246524656
  • Loading branch information
tensorflower-gardener committed May 3, 2019
1 parent 530d379 commit 11ea5a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion tensorflow/contrib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package(default_visibility = ["//tensorflow:__subpackages__"])
load("//third_party/mpi:mpi.bzl", "if_mpi")
load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda")
load("//tensorflow:tensorflow.bzl", "if_not_windows")
load("//tensorflow:tensorflow.bzl", "if_not_windows_cuda")

py_library(
name = "contrib_py",
Expand Down
6 changes: 0 additions & 6 deletions tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,6 @@ def if_windows_cuda(a, otherwise = []):
"//conditions:default": otherwise,
})

def if_not_windows_cuda(a):
return select({
clean_dep("//tensorflow:with_cuda_support_windows_override"): [],
"//conditions:default": a,
})

def if_linux_x86_64(a):
return select({
clean_dep("//tensorflow:linux_x86_64"): a,
Expand Down

0 comments on commit 11ea5a1

Please sign in to comment.