| Index: runtime/bin/platform_patch.dart
|
| diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
|
| index 5896fbdac24d0e051b16e7614ea9183d7b45016c..c4b348114e2a9a1fd3058026c131ed5e5a1c935f 100644
|
| --- a/runtime/bin/platform_patch.dart
|
| +++ b/runtime/bin/platform_patch.dart
|
| @@ -21,8 +21,6 @@
|
| native "Platform_ExecutableArguments";
|
| @patch static String _version()
|
| native "Platform_GetVersion";
|
| - @patch static bool _ansiSupported()
|
| - native "Platform_AnsiSupported";
|
|
|
| @patch static String _packageRoot()
|
| => VMLibraryHooks.packageRootString;
|
|
|