Chromium Code Reviews| Index: runtime/bin/platform_android.cc |
| diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc |
| index 10371c60f88ed7549b8cb8a175313a570a13bd98..b81ce71e195ebda32b0a7e9cee30e711afc73039 100644 |
| --- a/runtime/bin/platform_android.cc |
| +++ b/runtime/bin/platform_android.cc |
| @@ -85,11 +85,6 @@ const char* Platform::ResolveExecutablePath() { |
| } |
| -bool Platform::AnsiSupported() { |
| - return true; |
| -} |
| - |
| - |
| void Platform::Exit(int exit_code) { |
| exit(exit_code); |
| } |