From: Seven Du Date: Fri, 30 Jan 2015 00:15:41 +0000 (+0800) Subject: FS-7501: comment out unused function to shut warning on Mac X-Git-Tag: v1.6.2~614^2~458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d93f304b251dc8eb408098cf74ee16502af656a2;p=thirdparty%2Ffreeswitch.git FS-7501: comment out unused function to shut warning on Mac --- diff --git a/src/switch_vidderbuffer.c b/src/switch_vidderbuffer.c index 5a38d7dab0..1c6ffb86eb 100644 --- a/src/switch_vidderbuffer.c +++ b/src/switch_vidderbuffer.c @@ -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) {