| Index: base/i18n/icu_util.cc
|
| diff --git a/base/i18n/icu_util.cc b/base/i18n/icu_util.cc
|
| index c85195f06d8ff4657f9ff99f9fc89b1a121d18ba..30876f42f4204480881b575a61fe9863eb90dd70 100644
|
| --- a/base/i18n/icu_util.cc
|
| +++ b/base/i18n/icu_util.cc
|
| @@ -78,12 +78,6 @@ const char kAndroidAssetsIcuDataFileName[] = "assets/icudtl.dat";
|
| // File handle intentionally never closed. Not using File here because its
|
| // Windows implementation guards against two instances owning the same
|
| // PlatformFile (which we allow since we know it is never freed).
|
| -const PlatformFile kInvalidPlatformFile =
|
| -#if defined(OS_WIN)
|
| - INVALID_HANDLE_VALUE;
|
| -#else
|
| - -1;
|
| -#endif
|
| PlatformFile g_icudtl_pf = kInvalidPlatformFile;
|
| MemoryMappedFile* g_icudtl_mapped_file = nullptr;
|
| MemoryMappedFile::Region g_icudtl_region;
|
|
|