[vlc-devel] commit: Remove unused variables. ( Rémi Duraffort )

git version control git at videolan.org
Sun Dec 14 16:55:02 CET 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Dec 14 16:54:48 2008 +0100| [d63cf29cd8bb9f823ab320dd3481dc45ab16247f] | committer: Rémi Duraffort 

Remove unused variables.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d63cf29cd8bb9f823ab320dd3481dc45ab16247f
---

 src/input/stream.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/input/stream.c b/src/input/stream.c
index 6f23947..e2d5eec 100644
--- a/src/input/stream.c
+++ b/src/input/stream.c
@@ -658,7 +658,6 @@ static int AStreamControl( stream_t *s, int i_query, va_list args )
 static void AStreamPrebufferBlock( stream_t *s )
 {
     stream_sys_t *p_sys = s->p_sys;
-    access_t     *p_access = p_sys->p_access;
 
     int64_t i_first = 0;
     int64_t i_start;
@@ -1399,7 +1398,6 @@ static int AStreamRefillStream( stream_t *s )
 static void AStreamPrebufferStream( stream_t *s )
 {
     stream_sys_t *p_sys = s->p_sys;
-    access_t     *p_access = p_sys->p_access;
 
     int64_t i_first = 0;
     int64_t i_start;




More information about the vlc-devel mailing list