[asterisk-commits] rizzo: trunk r77631 - /trunk/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jul 28 04:32:10 CDT 2007
Author: rizzo
Date: Sat Jul 28 04:32:10 2007
New Revision: 77631
URL: http://svn.digium.com/view/asterisk?view=rev&rev=77631
Log:
remove an unused string
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=77631&r1=77630&r2=77631
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sat Jul 28 04:32:10 2007
@@ -12397,10 +12397,6 @@
"Usage: sip show inuse [all]\n"
" List all SIP users and peers usage counters and limits.\n"
" Add option \"all\" to show all devices, not only those with a limit.\n";
-
-static const char show_channels_usage[] =
-"Usage: sip show channels\n"
-" Lists all currently active SIP channels.\n";
static const char show_channel_usage[] =
"Usage: sip show channel <channel>\n"
More information about the asterisk-commits
mailing list