Skip to content
Snippets Groups Projects
Commit fd4919e4 authored by Matthew Jordan's avatar Matthew Jordan
Browse files

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
parent b4785126
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/*** MODULEINFO /*** MODULEINFO
<depend>pjproject</depend> <depend>pjproject</depend>
<depend>res_pjsip</depend> <depend>res_pjsip</depend>
<depend>res_pjsip_pubsub</depend>
<support_level>core</support_level> <support_level>core</support_level>
***/ ***/
...@@ -37,13 +38,6 @@ ...@@ -37,13 +38,6 @@
#include "asterisk/stasis.h" #include "asterisk/stasis.h"
#include "asterisk/app.h" #include "asterisk/app.h"
/*** MODULEINFO
<depend>pjproject</depend>
<depend>res_pjsip</depend>
<depend>res_pjsip_pubsub</depend>
<support_level>core</support_level>
***/
struct mwi_subscription; struct mwi_subscription;
AO2_GLOBAL_OBJ_STATIC(unsolicited_mwi); AO2_GLOBAL_OBJ_STATIC(unsolicited_mwi);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment