| Index: webrtc/modules/audio_processing/aec/aec_core.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_core.h b/webrtc/modules/audio_processing/aec/aec_core.h
|
| index 1f3077c87983d514aa411bd31c97feadf1eeea59..e41842efedec71030679cec5cfba407974a2368b 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core.h
|
| @@ -226,7 +226,6 @@ struct AecCore {
|
| void* delay_estimator;
|
| // Variables associated with delay correction through signal based delay
|
| // estimation feedback.
|
| - int signal_delay_correction;
|
| int previous_delay;
|
| int delay_correction_count;
|
| int shift_offset;
|
|
|