From 16d476260d73913e87f26c8fe283c8dee0dcb86a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Sun, 1 Feb 2009 17:25:29 +0100 Subject: [PATCH] unused variables. --- modules/access/gnomevfs.c | 1 - modules/access/mmap.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/modules/access/gnomevfs.c b/modules/access/gnomevfs.c index 635b7ca153..b0ce8ecf02 100644 --- a/modules/access/gnomevfs.c +++ b/modules/access/gnomevfs.c @@ -376,7 +376,6 @@ static int Control( access_t *p_access, int i_query, va_list args ) { access_sys_t *p_sys = p_access->p_sys; bool *pb_bool; - int *pi_int; int64_t *pi_64; switch( i_query ) diff --git a/modules/access/mmap.c b/modules/access/mmap.c index 384129f005..00af60c01f 100644 --- a/modules/access/mmap.c +++ b/modules/access/mmap.c @@ -280,8 +280,6 @@ static int Seek (access_t *p_access, int64_t i_pos) static int Control (access_t *p_access, int query, va_list args) { - access_sys_t *p_sys = p_access->p_sys; - switch (query) { case ACCESS_CAN_SEEK: -- 2.20.1