From: Luigi Rizzo Date: Sat, 28 Jul 2007 09:32:10 +0000 (+0000) Subject: remove an unused string X-Git-Tag: 1.6.0-beta1~3^2~1891 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df75ae2285ccc8472c9ae3df6b5192a1b1865c79;p=thirdparty%2Fasterisk.git remove an unused string git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77631 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 528cc83fa1..eac831d532 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12398,10 +12398,6 @@ static const char show_inuse_usage[] = " 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 \n" " Provides detailed status on a given SIP channel.\n";