X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fhashmap.h;h=6d1ae48b213b76fbe4da1b4c01fc5ebb3d8e13e9;hp=0fda53e111bc81f7d80b4fb67f54c7c95adbd153;hb=9742b1e43855b1599bd52ff95af995d9a9d35eac;hpb=c733f9b08d9eadc5e671185112567ada81116bdf diff --git a/src/basic/hashmap.h b/src/basic/hashmap.h index 0fda53e11..6d1ae48b2 100644 --- a/src/basic/hashmap.h +++ b/src/basic/hashmap.h @@ -328,10 +328,8 @@ static inline void *ordered_hashmap_first(OrderedHashmap *h) { return internal_hashmap_first(HASHMAP_BASE(h)); } -#if 0 /// UNNEEDED by elogind /* no hashmap_next */ void *ordered_hashmap_next(OrderedHashmap *h, const void *key); -#endif // 0 char **internal_hashmap_get_strv(HashmapBase *h); static inline char **hashmap_get_strv(Hashmap *h) {