diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-07-29 08:56:22 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-07-29 08:56:22 -0700 |
commit | 2b373a58e35a5a3ec511aeae0ebf01b795ec8cd7 (patch) | |
tree | 62d5fc4a14881daf8ec9523815e5b82a8d5ba4ba | |
parent | c760e4a19eb29fbe0f88916f9b845c9081120238 (diff) | |
download | vyatta-cfg-2b373a58e35a5a3ec511aeae0ebf01b795ec8cd7.tar.gz vyatta-cfg-2b373a58e35a5a3ec511aeae0ebf01b795ec8cd7.zip |
Fix warning about unused function prototype
-rw-r--r-- | src/cli_new.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli_new.c b/src/cli_new.c index 3498025..87c5087 100644 --- a/src/cli_new.c +++ b/src/cli_new.c @@ -89,7 +89,6 @@ static int eval_va(valstruct *res, vtw_node *node); static int expand_string(char *p); static void free_node(vtw_node *node); static void free_node_tree(vtw_node *node); -static void free_reuse_list(void); void free_path(vtw_path *path); static void free_string(char *str); static vtw_node * get_node(void); |