aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-18 00:32:49 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-18 00:32:49 +0000
commit2b8726ee228932938a8db1676c224358e06e1ee1 (patch)
tree03dad945b5d3a00eaed9078202dcfbd4eb142ee0 /channels
parent57710533e753388fd7a1721f66a4d847c8b6e44b (diff)
fix typo per stevek's req
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5201 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_iax2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index e48258a3e..adf102579 100755
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -1866,16 +1866,6 @@ static int iax2_show_peer(int fd, int argc, char *argv[])
ast_cli(fd, "none");
ast_cli(fd, ")\n");
-static int iax2_test_losspct(int fd, int argc, char *argv[])
-{
- if (argc != 4)
- return RESULT_SHOWUSAGE;
-
- test_losspct = atoi(argv[3]);
-
- return RESULT_SUCCESS;
-}
-
ast_cli(fd, " Status : ");
if (peer->lastms < 0)
strncpy(status, "UNREACHABLE", sizeof(status) - 1);