Index: third_party/libwebp/enc/syntax.c |
diff --git a/third_party/libwebp/enc/syntax.c b/third_party/libwebp/enc/syntax.c |
index b0f7676b489671d05501ea589ac89e777c913ae8..08cfe79ece4f73970842eb10fd637599439b2770 100644 |
--- a/third_party/libwebp/enc/syntax.c |
+++ b/third_party/libwebp/enc/syntax.c |
@@ -18,10 +18,6 @@ |
#include "../webp/mux_types.h" // ALPHA_FLAG |
#include "./vp8enci.h" |
-#if defined(__cplusplus) || defined(c_plusplus) |
-extern "C" { |
-#endif |
- |
//------------------------------------------------------------------------------ |
// Helper functions |
@@ -425,6 +421,3 @@ int VP8EncWrite(VP8Encoder* const enc) { |
//------------------------------------------------------------------------------ |
-#if defined(__cplusplus) || defined(c_plusplus) |
-} // extern "C" |
-#endif |