summaryrefslogtreecommitdiff
path: root/src/cli_new.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-06-17 11:40:10 -0700
committerStephen Hemminger <shemminger@vyatta.com>2011-06-17 11:40:10 -0700
commitd805f29c41ed9a705afb1b227caf0a95040a178c (patch)
tree809dd26af39fa36db0acee14b89a03270e441666 /src/cli_new.c
parent3380adec57f22e9840799c01b95b3a93a8d21ba6 (diff)
downloadvyatta-cfg-d805f29c41ed9a705afb1b227caf0a95040a178c.tar.gz
vyatta-cfg-d805f29c41ed9a705afb1b227caf0a95040a178c.zip
Comment out unused functions
Diffstat (limited to 'src/cli_new.c')
-rw-r--r--src/cli_new.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cli_new.c b/src/cli_new.c
index 2dc09e9..274c602 100644
--- a/src/cli_new.c
+++ b/src/cli_new.c
@@ -1520,7 +1520,8 @@ void free_path(vtw_path *path)
}
}
-static void free_reuse_list()
+#ifdef notused
+static void free_reuse_list(void)
{
vtw_node *next;
int cnt = 0;
@@ -1536,6 +1537,7 @@ static void free_reuse_list()
printf("%d nodes used\n", cnt);
#endif
}
+#endif
/*****************************************************
free_val - dealloc allocated memory of valstruct