summaryrefslogtreecommitdiff
path: root/devel/libavl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libavl/pkg-descr')
-rw-r--r--devel/libavl/pkg-descr5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/libavl/pkg-descr b/devel/libavl/pkg-descr
deleted file mode 100644
index 8007e4ff34ce..000000000000
--- a/devel/libavl/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GNU libavl, a library for balanced binary trees. Balanced binary trees
-provide guaranteed O(lg n) performance for list insertion, deletion, and
-search operations. libavl is the most complete free balanced binary tree
-library on the net today, supporting AVL trees in plain, threaded, and
-right-threaded forms as well as plain red-black trees.