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 527e0a1e3e58cd5666375f67607577321e952395..317ecd96bc25510580a44509afba67f13d61b995 100644 |
--- a/webrtc/modules/audio_processing/test/process_test.cc |
+++ b/webrtc/modules/audio_processing/test/process_test.cc |
@@ -709,9 +709,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 * |