summaryrefslogtreecommitdiff
path: root/libavformat/cache.c
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2011-12-30 21:08:00 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-31 02:27:10 +0100
commit3ceb4c907e2b0a0b09a8815b7fbb55227e44c893 (patch)
tree1a60ffee3f7c38a225f8d8d99834f9dec1a18f79 /libavformat/cache.c
parent9bfaeee5f3ac66fbe0e88fe351f2956ce851fbf8 (diff)
cache: remove unused variable in cache_open
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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;