From fac0763b7437654520b3c86a6dc4554478905963 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 18 Jul 2005 05:00:23 +0000 Subject: get rid of unused variable git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6151 f38db490-d61c-443f-a65b-d21fe96a405b --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channel.c') diff --git a/channel.c b/channel.c index c73b0f31e..c2e4a77cf 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) { -- cgit v1.2.3