From: Florian Forster Date: Tue, 4 Dec 2012 13:00:45 +0000 (+0100) Subject: action_list_graphs_json: Remove unused variable. X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=commitdiff_plain;h=a127c3139c459052cfc36929813b9facfeb4ae3d action_list_graphs_json: Remove unused variable. --- diff --git a/src/action_list_graphs_json.c b/src/action_list_graphs_json.c index 2dc939b..fa35949 100644 --- a/src/action_list_graphs_json.c +++ b/src/action_list_graphs_json.c @@ -112,8 +112,6 @@ static int print_all_graphs (yajl_gen handler) /* {{{ */ int action_list_graphs_json (void) /* {{{ */ { - graph_config_t *cfg; - yajl_gen_config handler_config; yajl_gen handler;