Index: sdk/lib/core/string_buffer.dart |
diff --git a/sdk/lib/core/string_buffer.dart b/sdk/lib/core/string_buffer.dart |
index f6f0ab66987dfd343ce5731f62d20e0076011793..78230a0db6f9e1ff35086c7ed250a2dbe5cf2024 100644 |
--- a/sdk/lib/core/string_buffer.dart |
+++ b/sdk/lib/core/string_buffer.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.core; |
- |
/** |
* The StringBuffer class is useful for concatenating strings |
* efficiently. Only on a call to [toString] are the strings |