| Index: third_party/libwebp/utils/color_cache.c
|
| diff --git a/third_party/libwebp/utils/color_cache.c b/third_party/libwebp/utils/color_cache.c
|
| index 749db6128fb148b7e2accdbda26f4fe7a6d4569a..66a44647fd3cede515519c42baefed9777f9c0da 100644
|
| --- a/third_party/libwebp/utils/color_cache.c
|
| +++ b/third_party/libwebp/utils/color_cache.c
|
| @@ -16,10 +16,6 @@
|
| #include "./color_cache.h"
|
| #include "../utils/utils.h"
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| -extern "C" {
|
| -#endif
|
| -
|
| //------------------------------------------------------------------------------
|
| // VP8LColorCache.
|
|
|
| @@ -41,6 +37,3 @@ void VP8LColorCacheClear(VP8LColorCache* const cc) {
|
| }
|
| }
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| -}
|
| -#endif
|
|
|