mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Remove remnants of dlinkedlists. I didn't actually use them in the final version
of my IAX2 improvements. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@115511 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -89,7 +89,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/dnsmgr.h"
|
||||
#include "asterisk/devicestate.h"
|
||||
#include "asterisk/netsock.h"
|
||||
#include "asterisk/dlinkedlists.h"
|
||||
#include "asterisk/astobj2.h"
|
||||
|
||||
#include "iax2.h"
|
||||
@@ -613,8 +612,6 @@ struct chan_iax2_pvt {
|
||||
int frames_dropped;
|
||||
/*! received frame count: (just for stats) */
|
||||
int frames_received;
|
||||
|
||||
AST_DLLIST_ENTRY(chan_iax2_pvt) entry;
|
||||
};
|
||||
|
||||
static struct ast_iax2_queue {
|
||||
|
Reference in New Issue
Block a user