get rid of unused variable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-07-18 05:00:23 +00:00
parent d7fdaa1f37
commit 5af1098063

View File

@@ -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) {