[vlc-devel] commit: Remove unused variable. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 15 00:44:57 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 15:39:57 2008 -0700| [37708112ca12f0bacbed99fc5a1a7e774b7a8511]
Remove unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37708112ca12f0bacbed99fc5a1a7e774b7a8511
---
modules/access/directory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/directory.c b/modules/access/directory.c
index ab79715..2834da7 100644
--- a/modules/access/directory.c
+++ b/modules/access/directory.c
@@ -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 )
More information about the vlc-devel
mailing list