提交 9e026aed authored 作者: Seven Du's avatar Seven Du 提交者: Anthony Minessale

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

上级 aac44ce9
...@@ -100,6 +100,7 @@ static inline switch_vb_node_t *new_node(switch_vb_t *vb) ...@@ -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) ...@@ -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)
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论