[vlc-devel] commit: access_avio: unused variable ( Rafaël Carré )
git version control
git at videolan.org
Tue Dec 15 08:33:01 CET 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Tue Dec 15 08:31:43 2009 +0100| [e5899d3b013dcd25f9020245cc758db9672691d6] | committer: Rafaël Carré
access_avio: unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e5899d3b013dcd25f9020245cc758db9672691d6
---
modules/access/avio.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/access/avio.c b/modules/access/avio.c
index e75cbb9..ebd9e32 100644
--- a/modules/access/avio.c
+++ b/modules/access/avio.c
@@ -134,8 +134,6 @@ void CloseAvio(vlc_object_t *object)
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
* of error.
*/
More information about the vlc-devel
mailing list