Commit e5899d3b authored by Rafaël Carré's avatar Rafaël Carré

access_avio: unused variable

parent f7e46d42
...@@ -134,8 +134,6 @@ void CloseAvio(vlc_object_t *object) ...@@ -134,8 +134,6 @@ void CloseAvio(vlc_object_t *object)
static ssize_t Read(access_t *access, uint8_t *data, size_t size) static ssize_t Read(access_t *access, uint8_t *data, size_t size)
{ {
access_sys_t *sys = access->p_sys;
/* FIXME I am unsure of the meaning of the return value in case /* FIXME I am unsure of the meaning of the return value in case
* of error. * of error.
*/ */
......
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