summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-07-28 09:32:10 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-07-28 09:32:10 +0000
commitdf75ae2285ccc8472c9ae3df6b5192a1b1865c79 (patch)
treed6ff0a45012e832b76bfbc36ae358b1ac34f9033 /channels/chan_sip.c
parent800e1a6a039c3396b66fea93223ee4969497bd5a (diff)
remove an unused string
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 528cc83fa..eac831d53 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 <channel>\n"
" Provides detailed status on a given SIP channel.\n";