Commit 3ceb4c90 authored by Jean First's avatar Jean First Committed by Michael Niedermayer

cache: remove unused variable in cache_open

Signed-off-by: 's avatarJean First <jeanfirst@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9bfaeee5
...@@ -51,7 +51,6 @@ typedef struct Context { ...@@ -51,7 +51,6 @@ typedef struct Context {
static int cache_open(URLContext *h, const char *arg, int flags) static int cache_open(URLContext *h, const char *arg, int flags)
{ {
int access;
const char *buffername; const char *buffername;
Context *c= h->priv_data; Context *c= h->priv_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment