From: Travis Cross Date: Mon, 26 May 2014 18:34:50 +0000 (+0000) Subject: mod_fifo: Remove empty declaration X-Git-Tag: v1.4.5~2^2~14^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597a5c1208991c072a949c644d58dcf819da6315;p=thirdparty%2Ffreeswitch.git mod_fifo: Remove empty declaration --- 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;