Remove something that is never ever used.
authorJoshua Colp <jcolp@digium.com>
Mon, 17 Mar 2008 16:47:02 +0000 (16:47 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 17 Mar 2008 16:47:02 +0000 (16:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109113 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index ea43be3..f46c04d 100644 (file)
@@ -1544,7 +1544,6 @@ struct sip_registry {
        struct timeval regtime;         /*!< Last successful registration time */
        int callid_valid;               /*!< 0 means we haven't chosen callid for this registry yet. */
        unsigned int ocseq;             /*!< Sequence number we got to for REGISTERs for this registry */
-       struct sockaddr_in us;          /*!< Who the server thinks we are */
        int noncecount;                 /*!< Nonce-count */
        char lastmsg[256];              /*!< Last Message sent/received */
 };