cache: remove unused variable in cache_open

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jean First
2011-12-30 21:08:00 +01:00
committed by Michael Niedermayer
parent 9bfaeee5f3
commit 3ceb4c907e

View File

@@ -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;