]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_fifo: Remove empty declaration
authorTravis Cross <tc@traviscross.com>
Mon, 26 May 2014 18:34:50 +0000 (18:34 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 28 May 2014 01:32:06 +0000 (01:32 +0000)
src/mod/applications/mod_fifo/mod_fifo.c

index 09da73cd21e787833caf09a05b558e40c69c82ae..935431c20d6c309ed282ab2b66b3a7a47eeb5e5c 100644 (file)
@@ -692,8 +692,6 @@ static switch_status_t consumer_read_frame_callback(switch_core_session_t *sessi
        return SWITCH_STATUS_SUCCESS;
 }
 
-struct fifo_node;
-
 static struct {
        switch_hash_t *caller_orig_hash;
        switch_hash_t *consumer_orig_hash;