summaryrefslogtreecommitdiff
path: root/third-party/benchmark/bindings/python/python_headers.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/bindings/python/python_headers.BUILD')
-rw-r--r--third-party/benchmark/bindings/python/python_headers.BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/third-party/benchmark/bindings/python/python_headers.BUILD b/third-party/benchmark/bindings/python/python_headers.BUILD
deleted file mode 100644
index 9c34cf6ca4bd..000000000000
--- a/third-party/benchmark/bindings/python/python_headers.BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-cc_library(
- name = "python_headers",
- hdrs = glob(["**/*.h"]),
- includes = ["."],
- visibility = ["//visibility:public"],
-)