mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
FS-7501: comment out unused function to shut warning on Mac
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user