summaryrefslogtreecommitdiff
path: root/absl/memory/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'absl/memory/README.md')
-rw-r--r--absl/memory/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/absl/memory/README.md b/absl/memory/README.md
deleted file mode 100644
index 72eddd9c..00000000
--- a/absl/memory/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# ABSL Memory
-
-This directory contains packages related to abstractions for managing memory
-within objects.
-
-## Library Listing
-
-Only one library target exists within this directory at this time:
-
-* **memory** (`//absl/memory:memory`) provides classes and
- utility functions for managing memory associated with pointers.
-
-
-## Memory Library File Listing
-
-The following header files are directly included within the
-`absl::memory` library:
-
-### Smart Pointer Management
-
-* `memory.h`
- <br/>Pointer memory management abstractions for handling unique pointers