]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unused field
authorTerry Wilson <twilson@digium.com>
Sat, 13 Mar 2010 00:30:51 +0000 (00:30 +0000)
committerTerry Wilson <twilson@digium.com>
Sat, 13 Mar 2010 00:30:51 +0000 (00:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@252176 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/rtp.c

index 5342a3e6e4ec30a017b0c8bf88961853e11244ff..8d6269397aeac66fda0b9bf4f05f63592d26a0c2 100644 (file)
@@ -179,7 +179,6 @@ struct ast_rtp {
        struct sockaddr_in strict_rtp_address;  /*!< Remote address information for strict RTP purposes */
 
        int set_marker_bit:1;           /*!< Whether to set the marker bit or not */
-       unsigned int constantssrc:1;
 };
 
 /* Forward declarations */