Skip to content

Commit c313251

Browse files
funmancmassiot
authored andcommitted
hls_playlist: do not store unused variable
1 parent e043aa4 commit c313251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/upipe-hls/upipe_hls_playlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static int probe_key(struct uprobe *uprobe, struct upipe *inner,
214214
case UPROBE_PROBE_UREF: {
215215
UBASE_SIGNATURE_CHECK(args, UPIPE_PROBE_UREF_SIGNATURE);
216216
struct uref *uref = va_arg(args, struct uref *);
217-
struct upump **upump_p = va_arg(args, struct upump **);
217+
va_arg(args, struct upump **);
218218
bool *drop = va_arg(args, bool *);
219219
*drop = true;
220220

0 commit comments

Comments
 (0)