From 597a5c1208991c072a949c644d58dcf819da6315 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 26 May 2014 18:34:50 +0000 Subject: [PATCH] mod_fifo: Remove empty declaration --- src/mod/applications/mod_fifo/mod_fifo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 09da73cd21..935431c20d 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -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;