Index: third_party/libwebp/dsp/cpu.c |
diff --git a/third_party/libwebp/dsp/cpu.c b/third_party/libwebp/dsp/cpu.c |
index 179901e1004dafbfa3727ddca9fb5270bf492c61..7a1f417a5566c003e0252d35d9bccc357720dfa0 100644 |
--- a/third_party/libwebp/dsp/cpu.c |
+++ b/third_party/libwebp/dsp/cpu.c |
@@ -17,10 +17,6 @@ |
#include <cpu-features.h> |
#endif |
-#if defined(__cplusplus) || defined(c_plusplus) |
-extern "C" { |
-#endif |
- |
//------------------------------------------------------------------------------ |
// SSE2 detection. |
// |
@@ -82,6 +78,3 @@ VP8CPUInfo VP8GetCPUInfo = armCPUInfo; |
VP8CPUInfo VP8GetCPUInfo = NULL; |
#endif |
-#if defined(__cplusplus) || defined(c_plusplus) |
-} // extern "C" |
-#endif |