Index: sdk/lib/io/http_utils.dart |
diff --git a/sdk/lib/io/http_utils.dart b/sdk/lib/io/http_utils.dart |
index 6d113c179c54c47c387b0441d37c8a31e4c9dbad..d1161f8bf1ed5c8f69884b1624bb8cb40f4ed978 100644 |
--- a/sdk/lib/io/http_utils.dart |
+++ b/sdk/lib/io/http_utils.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; |
- |
class _HttpUtils { |
static String decodeUrlEncodedString(String urlEncoded) { |
// First check the string for any encoding. |