Commit 65a987ec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

stream: remove unused value

parent 9a2dc82f
...@@ -210,7 +210,6 @@ static ssize_t DStreamRead( stream_t *s, void *buf, size_t len ) ...@@ -210,7 +210,6 @@ static ssize_t DStreamRead( stream_t *s, void *buf, size_t len )
static int DStreamControl( stream_t *s, int i_query, va_list args ) static int DStreamControl( stream_t *s, int i_query, va_list args )
{ {
stream_sys_t *p_sys = s->p_sys;
uint64_t *p_i64; uint64_t *p_i64;
switch( i_query ) switch( i_query )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment