Browse code

cache: remove unused variable in cache_open

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Jean First authored on 2011/12/31 05:08:00
Showing 1 changed files
... ...
@@ -51,7 +51,6 @@ typedef struct Context {
51 51
 
52 52
 static int cache_open(URLContext *h, const char *arg, int flags)
53 53
 {
54
-    int access;
55 54
     const char *buffername;
56 55
     Context *c= h->priv_data;
57 56