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 Michael Jerris
parent 91c20769ed
commit d93f304b25
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ static inline switch_vb_node_t *new_node(switch_vb_t *vb)
return np; return np;
} }
#if 0
static inline switch_vb_node_t *find_seq(switch_vb_t *vb, uint16_t seq) static inline switch_vb_node_t *find_seq(switch_vb_t *vb, uint16_t seq)
{ {
switch_vb_node_t *np; 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; return NULL;
} }
#endif
static inline void hide_node(switch_vb_node_t *node) static inline void hide_node(switch_vb_node_t *node)
{ {