Commit 91bb7668 authored by Nicholas Nethercote's avatar Nicholas Nethercote
Browse files

Bug 1329684 (part 2) - Remove OS::msPerSecond, which is unused. r=mstange.

parent 9b2613b1
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ typedef uint8_t* Address;

class OS {
public:

  // Sleep for a number of milliseconds.
  static void Sleep(const int milliseconds);

@@ -132,15 +131,8 @@ class OS {

  // Called on startup to initialize platform specific things
  static void Startup();

 private:
  static const int msPerSecond = 1000;

};




// ----------------------------------------------------------------------------
// Thread
//