summaryrefslogtreecommitdiff
path: root/libavformat/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/cache.c')
-rw-r--r--libavformat/cache.c1
1 files changed, 0 insertions, 1 deletions
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;