From 5af1098063e057049b456faa6b098a5108504157 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 18 Jul 2005 05:00:23 +0000 Subject: [PATCH] get rid of unused variable git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6151 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.c b/channel.c index c73b0f31eb..c2e4a77cf6 100755 --- a/channel.c +++ b/channel.c @@ -2027,7 +2027,7 @@ struct ast_channel *__ast_request_and_dial(const char *type, int format, void *d struct ast_channel *chan; struct ast_frame *f; int res = 0; - char *variable; + chan = ast_request(type, format, data, &cause); if (chan) { if (oh) {