| Index: mojo/public/system/system_export.h
|
| diff --git a/mojo/public/system/system_export.h b/mojo/public/system/system_export.h
|
| index 8d240db055db2317e6030f6c477e47bc423f80ce..3a7035b8a0190b530d634a4a5a0839b4b216a95e 100644
|
| --- a/mojo/public/system/system_export.h
|
| +++ b/mojo/public/system/system_export.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
| #define MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
|
|
| -#if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
|
|
| #if defined(MOJO_SYSTEM_IMPLEMENTATION)
|
| @@ -22,8 +21,4 @@
|
| #endif
|
| #endif
|
|
|
| -#else // defined(COMPONENT_BUILD)
|
| -#define MOJO_SYSTEM_EXPORT
|
| -#endif
|
| -
|
| #endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
|
|