diff --git a/test/util/BUILD b/test/util/BUILD index 5b6bcb32c..2dcf71613 100644 --- a/test/util/BUILD +++ b/test/util/BUILD @@ -349,18 +349,6 @@ cc_library( deps = [":test_util"], ) -cc_library( - name = "benchmark_main", - testonly = 1, - linkstatic = 1, - deps = [ - ":test_util", - "@com_google_absl//absl/flags:flag", - gtest, - gbenchmark_internal, - ], -) - cc_library( name = "epoll_util", testonly = 1,