remove useless usecnt stuff

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47074 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2006-11-03 12:19:22 +00:00
parent 5397441866
commit 4b70ae927c
1 changed files with 0 additions and 5 deletions

View File

@ -937,11 +937,6 @@ static struct ast_channel *agent_new(struct agent_pvt *p, int state)
ast_setstate(tmp, state);
tmp->tech_pvt = p;
p->owner = tmp;
/* XXX: this needs fixing */
#if 0
ast_atomic_fetchadd_int(&__mod_desc->usecnt, +1);
#endif
ast_update_use_count();
tmp->priority = 1;
/* Wake up and wait for other applications (by definition the login app)
* to release this channel). Takes ownership of the agent channel