From: Sean Bright Date: Thu, 17 Sep 2009 16:25:38 +0000 (+0000) Subject: Get this compiling under dev-mode. X-Git-Tag: 11.0.0-beta1~4152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48d489568bad33a235cbd8731d6ba4fd3434daf;p=thirdparty%2Fasterisk.git Get this compiling under dev-mode. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@219230 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index f053b388e2..553cfb4ff2 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -734,7 +734,6 @@ static int common_exec(struct ast_channel *chan, struct ast_flags *flags, char *ptr; int num; int num_spyed_upon = 1; - int hangup = 0; struct ast_channel_iterator *iter = NULL; if (ast_test_flag(flags, OPTION_EXIT)) {