| Index: base/compiler_specific.h
|
| diff --git a/base/compiler_specific.h b/base/compiler_specific.h
|
| index 63297dcaf00ea50023ebf90c6fb19f43d9b27350..f7cf3797ffb0ffda7ceef641c5bb18915b274173 100644
|
| --- a/base/compiler_specific.h
|
| +++ b/base/compiler_specific.h
|
| @@ -188,11 +188,7 @@
|
|
|
| // Macro useful for writing cross-platform function pointers.
|
| #if !defined(CDECL)
|
| -#if defined(OS_WIN)
|
| -#define CDECL __cdecl
|
| -#else // defined(OS_WIN)
|
| #define CDECL
|
| -#endif // defined(OS_WIN)
|
| #endif // !defined(CDECL)
|
|
|
| // Macro for hinting that an expression is likely to be false.
|
|
|