| Index: sdk/lib/io/mime_multipart_parser.dart
|
| diff --git a/sdk/lib/io/mime_multipart_parser.dart b/sdk/lib/io/mime_multipart_parser.dart
|
| index beb971e28e4927df883b5e9ccfe9cc760d159e64..b0af4ad27b4ba707190a0f4351a221b1af8efbed 100644
|
| --- a/sdk/lib/io/mime_multipart_parser.dart
|
| +++ b/sdk/lib/io/mime_multipart_parser.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.io;
|
| -
|
| /**
|
| * Parser for MIME multipart types of data as described in RFC 2046
|
| * section 5.1.1. The data to parse is supplied through the [:update:]
|
|
|