Archived
14
0
Fork 0

remove an unused string

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77631 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2007-07-28 09:32:10 +00:00
parent f9b96fa2fb
commit 5e683b02a3

View file

@ -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";