]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7501: comment out unused function to shut warning on Mac
authorSeven Du <dujinfang@gmail.com>
Fri, 30 Jan 2015 00:15:41 +0000 (08:15 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:56 +0000 (12:46 -0500)
src/switch_vidderbuffer.c

index 5a38d7dab00b2352fd2098c35d3ec3d6567b8e45..1c6ffb86eb5e3ab9c86d109355166e0dc4d887cf 100644 (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)
 {