From 280153085e9d68b86ed95f20fc7a33e9d62185e4 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 11 Mar 2009 00:32:40 +0000 Subject: [PATCH] Remove unused variables. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@181031 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 8120098928..040cee28e1 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -9235,8 +9235,6 @@ static struct sip_pvt *get_sip_pvt_byid_locked(const char *callid, const char *t * call id, but have different tags) */ if (pedanticsipchecking) { - const char *pvt_fromtag, *pvt_totag; - /* RFC 3891 * > 3. User Agent Server Behavior: Receiving a Replaces Header * > The Replaces header contains information used to match an existing -- 2.47.2