[vlc-commits] epg: remove dead code

Rémi Denis-Courmont git at videolan.org
Sun Jul 23 16:54:03 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul 23 16:59:59 2017 +0300| [4c6a20c56c6b00e2aeabf0af2e3d1038e1c0e007] | committer: Rémi Denis-Courmont

epg: remove dead code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c6a20c56c6b00e2aeabf0af2e3d1038e1c0e007
---

 src/misc/epg.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/misc/epg.c b/src/misc/epg.c
index dbb6501a2c..0fffdf2639 100644
--- a/src/misc/epg.c
+++ b/src/misc/epg.c
@@ -32,12 +32,6 @@
 #include <vlc_common.h>
 #include <vlc_epg.h>
 
-static void dictionnary_free_value(void *val, void *obj)
-{
-    VLC_UNUSED(obj);
-    free((char *)val);
-}
-
 static void vlc_epg_event_Clean(vlc_epg_event_t *p_event)
 {
     for(int i=0; i<p_event->i_description_items; i++)



More information about the vlc-commits mailing list