From 3ceb4c907e2b0a0b09a8815b7fbb55227e44c893 Mon Sep 17 00:00:00 2001 From: Jean First Date: Fri, 30 Dec 2011 21:08:00 +0100 Subject: cache: remove unused variable in cache_open Signed-off-by: Jean First Signed-off-by: Michael Niedermayer --- libavformat/cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/cache.c b/libavformat/cache.c index d94cf5fbac..e098a31c43 100644 --- a/libavformat/cache.c +++ b/libavformat/cache.c @@ -51,7 +51,6 @@ typedef struct Context { static int cache_open(URLContext *h, const char *arg, int flags) { - int access; const char *buffername; Context *c= h->priv_data; -- cgit v1.2.3