]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove an unused function
authorLuigi Rizzo <rizzo@icir.org>
Thu, 16 Nov 2006 21:57:23 +0000 (21:57 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Thu, 16 Nov 2006 21:57:23 +0000 (21:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47769 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/cli.c

index 732148fa27c9fb9808f894cfb18948d2e64c3b02..803b2881e4d2d7b11dd588a0ef57ad3a4420a4cf 100644 (file)
@@ -974,12 +974,6 @@ static char *complete_ch_4(const char *line, const char *word, int pos, int stat
        return ast_complete_channels(line, word, pos, state, 3);
 }
 
-static char *complete_ch_5(const char *line, const char *word, int pos, int state)
-{
-       return ast_complete_channels(line, word, pos, state, 4);
-}
-
-
 static int group_show_channels(int fd, int argc, char *argv[])
 {
 #define FORMAT_STRING  "%-25s  %-20s  %-20s\n"