From a127c3139c459052cfc36929813b9facfeb4ae3d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 4 Dec 2012 14:00:45 +0100 Subject: [PATCH] action_list_graphs_json: Remove unused variable. --- src/action_list_graphs_json.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.11.0