From b59afa621a5af35cdd5a07416efa79a230ae096f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 2 Feb 2017 20:46:11 +0100 Subject: map: remove unused function --- map.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'map.h') diff --git a/map.h b/map.h index c9690ad..d4ea992 100644 --- a/map.h +++ b/map.h @@ -34,8 +34,6 @@ void map_iterate(const Map*, bool (*handle)(const char *key, void *value, void * /* Return a submap matching a prefix. This returns a pointer into the * original map, so don't alter the map while using the return value. */ const Map *map_prefix(const Map*, const char *prefix); -/* Delete all entries of the prefix map */ -bool map_prefix_delete(Map*, const char *prefix); /* Test whether the map is empty i.e. contains no elements */ bool map_empty(const Map*); /* Remove every member from the map. The map will be empty after this. */ -- cgit v1.2.3