aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-18 05:00:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-18 05:00:23 +0000
commitfac0763b7437654520b3c86a6dc4554478905963 (patch)
tree8bef86d37a75a5a7ee440436e98226f67baa221a /channel.c
parent39d44ac1e9d1257fd8689a09ee48626625988005 (diff)
get rid of unused variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6151 f38db490-d61c-443f-a65b-d21fe96a405b
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) {