]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/generic/set: it's unused, so stop including it
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 10 Apr 2018 17:41:15 +0000 (19:41 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 12 Apr 2018 15:49:03 +0000 (17:49 +0200)
lib/generic/README.rst
lib/lib.mk

index 908ce2d70f765d0ab0c80b3137bb43ba4de31d50..bd63e274f137360ca6fcf0c653436350e7fe9693 100644 (file)
@@ -8,7 +8,7 @@ as long as it comes with a test case in `tests/test_generics.c`.
 
 * array_ - a set of simple macros to make working with dynamic arrays easier.
 * map_ - a `Crit-bit tree`_ key-value map implementation (public domain) that comes with tests.
-* set_ - set abstraction implemented on top of ``map``.
+* set_ - set abstraction implemented on top of ``map`` (unused now).
 * pack_ - length-prefixed list of objects (i.e. array-list).
 * lru_ - LRU-like hash table
 * trie_ - a trie-based key-value map, taken from knot-dns
index fe38b3d02f2a0e62411a32d5859ef0669092a85b..1e4896ddc3d5fd345a772900f76b52d6b49b0c5b 100644 (file)
@@ -39,7 +39,6 @@ libkres_HEADERS := \
        lib/generic/lru.h \
        lib/generic/map.h \
        lib/generic/pack.h \
-       lib/generic/set.h \
        lib/generic/trie.h \
        lib/layer.h \
        lib/layer/iterate.h \