| Index: webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| index 2630f5facd706060f3993cbbffa7319393b51e16..451082c6520aae0171093b20a475135e43a94568 100644
|
| --- a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| @@ -40,8 +40,6 @@ void SubAPIManager::DisplayStatus() const {
|
| TEST_LOG(" Base\n");
|
| if (_codec)
|
| TEST_LOG(" Codec\n");
|
| - if (_externalMedia)
|
| - TEST_LOG(" ExternalMedia\n");
|
| if (_file)
|
| TEST_LOG(" File\n");
|
| if (_hardware)
|
| @@ -64,8 +62,6 @@ void SubAPIManager::DisplayStatus() const {
|
| TEST_LOG(" Base\n");
|
| if (!_codec)
|
| TEST_LOG(" Codec\n");
|
| - if (!_externalMedia)
|
| - TEST_LOG(" ExternamMedia\n");
|
| if (!_file)
|
| TEST_LOG(" File\n");
|
| if (!_hardware)
|
|
|