From a48d489568bad33a235cbd8731d6ba4fd3434daf Mon Sep 17 00:00:00 2001 From: Sean Bright <sean@malleable.com> Date: Thu, 17 Sep 2009 16:25:38 +0000 Subject: [PATCH] Get this compiling under dev-mode. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@219230 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_chanspy.c | 1 - 1 file changed, 1 deletion(-) 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)) { -- GitLab