FS-7501: comment out unused function to shut warning on Mac

This commit is contained in:
Seven Du
2015-01-30 08:15:41 +08:00
committed by Anthony Minessale
parent aac44ce954
commit 9e026aed97
+2
View File
@@ -100,6 +100,7 @@ static inline switch_vb_node_t *new_node(switch_vb_t *vb)
return np;
}
#if 0
static inline switch_vb_node_t *find_seq(switch_vb_t *vb, uint16_t seq)
{
switch_vb_node_t *np;
@@ -113,6 +114,7 @@ static inline switch_vb_node_t *find_seq(switch_vb_t *vb, uint16_t seq)
return NULL;
}
#endif
static inline void hide_node(switch_vb_node_t *node)
{