Index: webrtc/modules/audio_processing/aec/aec_core.cc |
diff --git a/webrtc/modules/audio_processing/aec/aec_core.cc b/webrtc/modules/audio_processing/aec/aec_core.cc |
index ca5eae459051b0473be10aa5d7144604c2f33df5..e5c6bca4522086b69eff7f8eec7a920becc963ed 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core.cc |
+++ b/webrtc/modules/audio_processing/aec/aec_core.cc |
@@ -1502,10 +1502,6 @@ AecCore* WebRtcAec_CreateAec(int instance_count) { |
#if defined(WEBRTC_HAS_NEON) |
WebRtcAec_InitAec_neon(); |
-#elif defined(WEBRTC_DETECT_NEON) |
- if ((WebRtc_GetCPUFeaturesARM() & kCPUFeatureNEON) != 0) { |
- WebRtcAec_InitAec_neon(); |
- } |
#endif |
aec_rdft_init(); |