| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 8a7c10719ca34e9df4a8a92a25a1bc6a64c6130e..ec98f044f9d8de788798ec7e176c7333d74dfec0 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -55,7 +55,6 @@ class _RandomAccessFileOpsImpl extends NativeFieldWrapperClass1
|
| length() native "File_Length";
|
| flush() native "File_Flush";
|
| lock(int lock, int start, int end) native "File_Lock";
|
| - setTranslation(int translation) native "File_SetTranslation";
|
| }
|
|
|
|
|
|
|