]> git.sesse.net Git - vlc/commitdiff
Remove unused variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:39:57 +0000 (15:39 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:39:57 +0000 (15:39 -0700)
modules/access/directory.c

index ab797155ca33fc7e907481473828c972c591ecd9..2834da7536d3e92dadad843fd366af577e8fd72a 100644 (file)
@@ -199,7 +199,7 @@ static ssize_t ReadNull( access_t *p_access, uint8_t *p_buffer, size_t i_len)
 static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len)
 {
     char               *psz;
-    int                 i_mode, i_activity;
+    int                 i_mode;
     char               *psz_name = strdup (p_access->psz_path);
 
     if( psz_name == NULL )