]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unused variable.
authorMark Michelson <mmichelson@digium.com>
Fri, 3 Aug 2012 21:39:35 +0000 (21:39 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 3 Aug 2012 21:39:35 +0000 (21:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@370770 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 032db5fd6b435db4bed43ca84304c326cd88ed11..c51628d1d256d2460771fc80b7f4a8ad3f34a919 100644 (file)
@@ -26692,7 +26692,6 @@ static struct ast_channel *sip_request_call(const char *type, format_t format, c
        char dialstring[256];
        char *remote_address;
        enum sip_transport transport = 0;
-       struct ast_sockaddr remote_address_sa = { {0,} };
        format_t oldformat = format;
        AST_DECLARE_APP_ARGS(args,
                AST_APP_ARG(peerorhost);