aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 556034c3d0..377330ae2e 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -591,23 +591,6 @@ java_import(
jars = ["xz/xz-1.5.jar"],
)
-cc_library(
- name = "gtest",
- srcs = [
- "gtest/gtest-all.cc",
- "gtest/gtest_main.cc",
- ],
- hdrs = [
- "gtest/gtest.h",
- ],
- data = [
- "//tools:test_sharding_compliant",
- ],
- includes = ["."],
- # gtest detects pthread, and the linker fails without it.
- linkopts = ["-lpthread"],
-)
-
# To be used by the skylark example.
filegroup(
name = "junit4-jars",