summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-03-17 16:47:02 +0000
committerJoshua Colp <jcolp@digium.com>2008-03-17 16:47:02 +0000
commit7980ac1261001995a541671bce0c158d08118a9a (patch)
tree17871bffab4e251a79fe6161dba6f12eb6608b1a
parent93b0f037b461dbb14ddc3b56ecb2632f84e8b90d (diff)
Remove something that is never ever used.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109113 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ea43be361..f46c04d8b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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 */
};