Loading tools/profiler/core/platform.h +1 −9 Original line number Diff line number Diff line Loading @@ -123,7 +123,6 @@ typedef uint8_t* Address; class OS { public: // Sleep for a number of milliseconds. static void Sleep(const int milliseconds); Loading @@ -132,15 +131,8 @@ class OS { // Called on startup to initialize platform specific things static void Startup(); private: static const int msPerSecond = 1000; }; // ---------------------------------------------------------------------------- // Thread // Loading Loading
tools/profiler/core/platform.h +1 −9 Original line number Diff line number Diff line Loading @@ -123,7 +123,6 @@ typedef uint8_t* Address; class OS { public: // Sleep for a number of milliseconds. static void Sleep(const int milliseconds); Loading @@ -132,15 +131,8 @@ class OS { // Called on startup to initialize platform specific things static void Startup(); private: static const int msPerSecond = 1000; }; // ---------------------------------------------------------------------------- // Thread // Loading