chiark / gitweb /
tests: add tests for environment serialization
[elogind.git] / src / basic / hashmap.h
index 0fda53e111bc81f7d80b4fb67f54c7c95adbd153..6d1ae48b213b76fbe4da1b4c01fc5ebb3d8e13e9 100644 (file)
@@ -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) {