From afe76217f98b2fcb6d6e80bd732ba221c9bf7ae4 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 6 Jun 2013 10:39:11 -0400 Subject: 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 --- src/libudev/set.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libudev/set.c') diff --git a/src/libudev/set.c b/src/libudev/set.c index fc506ea057..3a4f7d049a 100644 --- a/src/libudev/set.c +++ b/src/libudev/set.c @@ -37,10 +37,6 @@ void set_free(Set* s) { hashmap_free(MAKE_HASHMAP(s)); } -void set_free_free(Set *s) { - hashmap_free_free(MAKE_HASHMAP(s)); -} - int set_put(Set *s, void *value) { return hashmap_put(MAKE_HASHMAP(s), value, value); } -- cgit v1.2.3-54-g00ecf