Index: sdk/lib/utf/utf8.dart |
diff --git a/sdk/lib/utf/utf8.dart b/sdk/lib/utf/utf8.dart |
index fff010bdb5fcc5ba7c12502bc514a9678e47dae0..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; |