Chromium Code Reviews| Index: runtime/bin/platform.h |
| diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h |
| index f5906d2ca00fc4da1348dfca97f2cc4dcd052618..9dc7e7a21a6a2fee63a1fa544160e3430993cdae 100644 |
| --- a/runtime/bin/platform.h |
| +++ b/runtime/bin/platform.h |
| @@ -83,8 +83,6 @@ class Platform { |
| static int GetScriptIndex() { return script_index_; } |
| static char** GetArgv() { return argv_; } |
| - static bool AnsiSupported(); |
| - |
| static DART_NORETURN void Exit(int exit_code); |
| private: |