Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
iptv: remove unused variables (fix for the last commit)
  • Loading branch information
perexg committed Jul 1, 2016
1 parent 70b879b commit f34fac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input/mpegts/iptv/iptv_mux.c
Expand Up @@ -295,7 +295,6 @@ iptv_mux_free ( mpegts_mux_t *mm )
static void
iptv_mux_delete ( mpegts_mux_t *mm, int delconf )
{
iptv_mux_t *im = (iptv_mux_t*)mm, copy;
char ubuf1[UUID_HEX_SIZE];
char ubuf2[UUID_HEX_SIZE];

Expand Down

0 comments on commit f34fac1

Please sign in to comment.