aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 16:14:07 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 16:14:07 +0000
commit528da9558169891fbe4cb19e05086b90c7b729a2 (patch)
tree26eb60caa60fd36310c746cb6b2c14553d62e27b /main/features.c
parentc73a78b57a596fc2b81f7321b550cb3c0a3d8981 (diff)
Move chan_local dependency into places (only one) that previously depended on res_features, and used local channels
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100121 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/features.c b/main/features.c
index c0c77c26d..e29b18453 100644
--- a/main/features.c
+++ b/main/features.c
@@ -23,10 +23,6 @@
* \author Mark Spencer <markster@digium.com>
*/
-/*** MODULEINFO
- <depend>chan_local</depend>
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")