summaryrefslogtreecommitdiff
path: root/asl/memory/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/memory/BUILD.bazel')
-rw-r--r--asl/memory/BUILD.bazel10
1 files changed, 0 insertions, 10 deletions
diff --git a/asl/memory/BUILD.bazel b/asl/memory/BUILD.bazel
deleted file mode 100644
index 7029496..0000000
--- a/asl/memory/BUILD.bazel
+++ /dev/null
@@ -1,10 +0,0 @@
-cc_library(
- name = "memory",
- hdrs = [
- "layout.hpp",
- ],
- deps = [
- "//asl/base",
- ],
- visibility = ["//visibility:public"],
-)