diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-06 10:39:11 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-06 10:39:11 -0400 |
commit | afe76217f98b2fcb6d6e80bd732ba221c9bf7ae4 (patch) | |
tree | c906a9c99044aab15255d58798a1c570848cfa9a /src/libudev/hashmap.h | |
parent | 6f8f3edfe8dd70e24105d889f664ff033eb0555e (diff) |
Round 4 of remove unused functions from src/libudev/{hashmap,log,set,util}.c
We removed the following functions:
hashmap_merge
path_is_read_only_fs
set_free_free
set_free_freep
readlink_malloc
hexchar
unhexchar
octchar
unoctchar
format_timespan
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/hashmap.h')
-rw-r--r-- | src/libudev/hashmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libudev/hashmap.h b/src/libudev/hashmap.h index 4c17fe4d33..5135c885a0 100644 --- a/src/libudev/hashmap.h +++ b/src/libudev/hashmap.h @@ -57,8 +57,6 @@ int hashmap_put(Hashmap *h, const void *key, void *value); void *hashmap_get(Hashmap *h, const void *key); bool hashmap_contains(Hashmap *h, const void *key); -int hashmap_merge(Hashmap *h, Hashmap *other); - unsigned hashmap_size(Hashmap *h) _pure_; void *hashmap_iterate(Hashmap *h, Iterator *i, const void **key); |