From 02e02739ce82640239154049bf05cf9a8e92da59 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Mon, 14 Oct 2013 14:57:40 +0000 Subject: [PATCH] Remove duplicate module info block The module info block was repeated twice. Once is sufficient. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400881 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip_mwi.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/res/res_pjsip_mwi.c b/res/res_pjsip_mwi.c index 17d648b747..6bed363927 100644 --- a/res/res_pjsip_mwi.c +++ b/res/res_pjsip_mwi.c @@ -19,6 +19,7 @@ /*** MODULEINFO pjproject res_pjsip + res_pjsip_pubsub core ***/ @@ -37,13 +38,6 @@ #include "asterisk/stasis.h" #include "asterisk/app.h" -/*** MODULEINFO - pjproject - res_pjsip - res_pjsip_pubsub - core - ***/ - struct mwi_subscription; AO2_GLOBAL_OBJ_STATIC(unsolicited_mwi);