From b55e30b0758c6f6d2f333ee98411bbc9518aa8e5 Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Fri, 17 Nov 2006 11:31:55 +0000
Subject: [PATCH] remove an unused function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_oss.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 74e0566926..3e68628e75 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -1100,13 +1100,6 @@ static char *console_autoanswer(struct ast_cli_entry *e, int cmd, struct ast_cli
 	return CLI_SUCCESS;
 }
 
-static char *autoanswer_complete(const char *line, const char *word, int pos, int state)
-{
-	static char *choices[] = { "on", "off", NULL };
-
-	return (pos != 3) ? NULL : ast_cli_complete(word, choices, state);
-}
-
 /*
  * answer command from the console
  */
-- 
GitLab