[asterisk-commits] rmudgett: branch group/issue14068 r209452 - /team/group/issue14068/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 29 14:09:07 CDT 2009
Author: rmudgett
Date: Wed Jul 29 14:09:02 2009
New Revision: 209452
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=209452
Log:
Remove unneeded comments.
Modified:
team/group/issue14068/channels/chan_dahdi.c
Modified: team/group/issue14068/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/issue14068/channels/chan_dahdi.c?view=diff&rev=209452&r1=209451&r2=209452
==============================================================================
--- team/group/issue14068/channels/chan_dahdi.c (original)
+++ team/group/issue14068/channels/chan_dahdi.c Wed Jul 29 14:09:02 2009
@@ -14083,7 +14083,6 @@
if (!subcmds) {
return;
}
- //ast_mutex_lock(&pri->pvts[chanpos]->lock);
for (index = 0; index < subcmds->counter_subcmd; ++index) {
const struct pri_subcommand *subcmd = &subcmds->subcmd[index];
@@ -14206,7 +14205,6 @@
break;
}
}
- //ast_mutex_unlock(&pri->pvts[chanpos]->lock);
}
#endif /* defined(HAVE_PRI) */
More information about the asterisk-commits
mailing list