Index: sdk/lib/io/http_session.dart |
diff --git a/sdk/lib/io/http_session.dart b/sdk/lib/io/http_session.dart |
index 84eb08a8a57edd7f2bc8040b0a7f0375b215f726..d23f642dc4b727fafa0078f49903e43c25a106c3 100644 |
--- a/sdk/lib/io/http_session.dart |
+++ b/sdk/lib/io/http_session.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; |
- |
const String _DART_SESSION_ID = "DARTSESSID"; |
// A _HttpSession is a node in a double-linked list, with _next and _prev being |