dahdi: Remove 'getlin_lastchunk' from struct dahdi_chan.
'getlin_lastchunk' has not been used since r65 "Version 0.1.6 from FTP" [1] One less thing to think about... [1] http://svnview.digium.com/svn/dahdi?view=revision&revision=65 Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10731 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
@@ -7762,8 +7762,6 @@ static inline void __dahdi_process_getaudio_chunk(struct dahdi_chan *ss, unsigne
|
||||
ms->ec_state->status.mode = ECHO_MODE_AWAITINGECHO;
|
||||
}
|
||||
}
|
||||
/* save value from last chunk */
|
||||
memcpy(ms->getlin_lastchunk, ms->getlin, DAHDI_CHUNKSIZE * sizeof(short));
|
||||
/* save value from current */
|
||||
memcpy(ms->getlin, getlin, DAHDI_CHUNKSIZE * sizeof(short));
|
||||
/* save value from current */
|
||||
|
||||
@@ -536,7 +536,6 @@ struct dahdi_chan {
|
||||
|
||||
short getlin[DAHDI_MAX_CHUNKSIZE]; /*!< Last transmitted samples */
|
||||
unsigned char getraw[DAHDI_MAX_CHUNKSIZE]; /*!< Last received raw data */
|
||||
short getlin_lastchunk[DAHDI_MAX_CHUNKSIZE]; /*!< Last transmitted samples from last chunk */
|
||||
short putlin[DAHDI_MAX_CHUNKSIZE]; /*!< Last received samples */
|
||||
unsigned char putraw[DAHDI_MAX_CHUNKSIZE]; /*!< Last received raw data */
|
||||
short conflast[DAHDI_MAX_CHUNKSIZE]; /*!< Last conference sample -- base part of channel */
|
||||
|
||||
Reference in New Issue
Block a user