| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index ea121f28904320486e36e22a5805f023933c9d51..93367f4d9d7098d50c39064ebed40251adf011a1 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -2,10 +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.
|
|
|
| -patch class _FileUtils {
|
| - /* patch */ static SendPort _newServicePort() native "File_NewServicePort";
|
| -}
|
| -
|
| patch class _File {
|
| /* patch */ static _exists(String path) native "File_Exists";
|
| /* patch */ static _create(String path) native "File_Create";
|
|
|