Index: webrtc/modules/audio_processing/test/process_test.cc |
diff --git a/webrtc/modules/audio_processing/test/process_test.cc b/webrtc/modules/audio_processing/test/process_test.cc |
index 185bc142d508a316a71a6155dfdf63f0371248cc..e57ec674f6b4e5c7daabf137875a57061039b5c9 100644 |
--- a/webrtc/modules/audio_processing/test/process_test.cc |
+++ b/webrtc/modules/audio_processing/test/process_test.cc |
@@ -708,9 +708,6 @@ void void_main(int argc, char* argv[]) { |
const Stream msg = event_msg.stream(); |
primary_count++; |
- // ProcessStream could have changed this for the output frame. |
- near_frame.num_channels_ = apm->num_input_channels(); |
- |
ASSERT_TRUE(msg.has_input_data() ^ (msg.input_channel_size() > 0)); |
if (msg.has_input_data()) { |
ASSERT_EQ(sizeof(int16_t) * samples_per_channel * |