summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-07-18 05:00:23 +0000
committerRussell Bryant <russell@russellbryant.com>2005-07-18 05:00:23 +0000
commit5af1098063e057049b456faa6b098a5108504157 (patch)
tree8bef86d37a75a5a7ee440436e98226f67baa221a /channel.c
parentd7fdaa1f37d57fe3a51c4cbde17f568ec58d55dc (diff)
get rid of unused variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
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) {