Code

action_list_graphs_json: Remove unused variable.
authorFlorian Forster <octo@verplant.org>
Tue, 4 Dec 2012 13:00:45 +0000 (14:00 +0100)
committerFlorian Forster <octo@verplant.org>
Tue, 4 Dec 2012 13:00:45 +0000 (14:00 +0100)
src/action_list_graphs_json.c

index 2dc939b06ae8bc0edd6ea3e3f1c9f0050c4c106e..fa359499f002f17d859247df7fe94f568d1b3282 100644 (file)
@@ -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;