summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-01-24 15:54:32 +0000
committerJoshua Colp <jcolp@digium.com>2008-01-24 15:54:32 +0000
commitf44ef30a3ed308ecee7de7c143abd8ddb78ce39e (patch)
treea2f3fe14b26f1842df99a80bf7928ad045dba571 /channels/chan_mgcp.c
parent1d47c036dd58e658154670fdfb0df5edc9402ee4 (diff)
Remove dependency on res_features from some channel drivers. It is now part of the core and no longer exists as a module.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100112 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_mgcp.c')
-rw-r--r--channels/chan_mgcp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 624013283..526e8e266 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -27,9 +27,6 @@
*
* \ingroup channel_drivers
*/
-/*** MODULEINFO
- <depend>res_features</depend>
- ***/
#include "asterisk.h"