From: Matthew Jordan Date: Mon, 14 Oct 2013 15:01:59 +0000 (+0000) Subject: Remove duplicate module info block X-Git-Tag: 13.0.0-beta1~965 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd4919e4662d48a2ffe2dc418f7b762791bc2ff8;p=thirdparty%2Fasterisk.git Remove duplicate module info block The module info block was repeated twice. Once is sufficient. ........ Merged revisions 400881 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400882 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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);