Commit 8eeb7380 authored by Thomas Guillem's avatar Thomas Guillem

cache_read: fix unused variable warning

parent c47c2f60
...@@ -472,8 +472,6 @@ static ssize_t AStreamReadStream(stream_t *s, void *p_read, size_t i_read) ...@@ -472,8 +472,6 @@ static ssize_t AStreamReadStream(stream_t *s, void *p_read, size_t i_read)
****************************************************************************/ ****************************************************************************/
static int AStreamControl(stream_t *s, int i_query, va_list args) static int AStreamControl(stream_t *s, int i_query, va_list args)
{ {
stream_sys_t *sys = s->p_sys;
switch(i_query) switch(i_query)
{ {
case STREAM_CAN_SEEK: case STREAM_CAN_SEEK:
......
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