summaryrefslogtreecommitdiff
path: root/asl/log/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/log/BUILD.bazel')
-rw-r--r--asl/log/BUILD.bazel26
1 files changed, 0 insertions, 26 deletions
diff --git a/asl/log/BUILD.bazel b/asl/log/BUILD.bazel
deleted file mode 100644
index 51f41df..0000000
--- a/asl/log/BUILD.bazel
+++ /dev/null
@@ -1,26 +0,0 @@
-cc_library(
- name = "log",
- srcs = [
- "log.cpp",
- ],
- hdrs = [
- "log.hpp",
- ],
- deps = [
- "//asl",
- ],
- visibility = ["//visibility:public"],
-)
-
-cc_test(
- name = "tests",
- srcs = [
- "log_tests.cpp"
- ],
- deps = [
- ":log",
- "//asl/testing",
- ],
- visibility = ["//visibility:public"],
-)
-