From 2a4edf973fe21ba370318f0c509ea261f3e7b28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 2 Nov 2020 14:30:52 +0100 Subject: map: remove no longer used map_leaf function --- map.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'map.h') diff --git a/map.h b/map.h index bfda118..54dd22b 100644 --- a/map.h +++ b/map.h @@ -34,11 +34,6 @@ void *map_closest(const Map*, const char *prefix); * whether it can be extended to match a key of a map element. */ bool map_contains(const Map*, const char *prefix); -/** - * Check whether the given prefix can be extended to exactly one map element. - * True iff the prefix map contains exactly one element. - */ -bool map_leaf(const Map*, const char *prefix); /** * Store a key value pair in the map. * @return False if we run out of memory (``errno = ENOMEM``), or if the key -- cgit v1.2.3