| Index: runtime/bin/platform.h
|
| diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h
|
| index 9579072ce12de9c2a4f546f5ece719d7a90151d1..ca723ae34dc761232127845f0b98d24195b4d883 100644
|
| --- a/runtime/bin/platform.h
|
| +++ b/runtime/bin/platform.h
|
| @@ -62,12 +62,6 @@ class Platform {
|
| return argv_;
|
| }
|
|
|
| - static void PrintBlocking(FILE* file, const char* format, ...)
|
| - PRINTF_ATTRIBUTE(2, 3);
|
| -
|
| - // Perform platform-specific cleanups.
|
| - static void Cleanup();
|
| -
|
| private:
|
| static const char* executable_name_;
|
| static const char* package_root_;
|
|
|