]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hashmap: kill hashmap_free_with_destructor() and friends (#37111)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 Apr 2025 08:40:51 +0000 (17:40 +0900)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 08:40:51 +0000 (17:40 +0900)
Now destructor is always set in hash_ops when necessary. Hence,
hashmap_free_with_destructor() and friends are not necessary anymore.
Let's kill them.


Trivial merge