| Index: sdk/lib/utf/utf8.dart
|
| diff --git a/sdk/lib/utf/utf8.dart b/sdk/lib/utf/utf8.dart
|
| index 911089844d8c839b0a3377821be7c30a5ad57211..48933af99f435572079a9a0a79e49397b5111d69 100644
|
| --- a/sdk/lib/utf/utf8.dart
|
| +++ b/sdk/lib/utf/utf8.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart_utf;
|
| -
|
| const int _UTF8_ONE_BYTE_MAX = 0x7f;
|
| const int _UTF8_TWO_BYTE_MAX = 0x7ff;
|
| const int _UTF8_THREE_BYTE_MAX = 0xffff;
|
|
|