| Index: sdk/lib/io/common.dart
|
| diff --git a/sdk/lib/io/common.dart b/sdk/lib/io/common.dart
|
| index e3964a7244f1a1810ea96c5a9fb6e4d137326f0d..5a39a46652f771508b7c11b8688bf0d4c993d9dc 100644
|
| --- a/sdk/lib/io/common.dart
|
| +++ b/sdk/lib/io/common.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;
|
| -
|
| // Constants used when working with native ports.
|
| const int _SUCCESS_RESPONSE = 0;
|
| const int _ILLEGAL_ARGUMENT_RESPONSE = 1;
|
|
|