summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/rbtree/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/rbtree/README.md')
-rw-r--r--fluent-bit/lib/rbtree/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/fluent-bit/lib/rbtree/README.md b/fluent-bit/lib/rbtree/README.md
deleted file mode 100644
index 00851601e..000000000
--- a/fluent-bit/lib/rbtree/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-[Taken from: https://github.com/pvachon/rbtree]
-
-A simple, intrusive, zero-allocation Red-Black tree implementation.
-
-Designed exclusively for systems where determinism is needed.
-
-Licensed under a 2-clause BSD license for the sake of simplicity.