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

git version control git at videolan.org
Wed Feb 25 19:47:51 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Feb 25 13:33:17 2009 +0100| [e902925f9792c77a456a4d7009d2636c7a3b120d] | committer: Rémi Duraffort 

unused variable.

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

 modules/misc/dummy/input.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/modules/misc/dummy/input.c b/modules/misc/dummy/input.c
index 19e430f..886cea3 100644
--- a/modules/misc/dummy/input.c
+++ b/modules/misc/dummy/input.c
@@ -47,9 +47,8 @@ static ssize_t AccessRead( access_t *p_access, uint8_t *p, size_t i_size )
 }
 static int AccessControl( access_t *p_access, int i_query, va_list args )
 {
-    bool   *pb_bool;
-    int          *pi_int;
-    int64_t      *pi_64;
+    bool        *pb_bool;
+    int64_t     *pi_64;
 
     switch( i_query )
     {




More information about the vlc-devel mailing list