Remove unused variable. (#1049)
parent
d1161b5f8e
commit
7286415e27
|
@ -37,7 +37,6 @@ struct SimulatedClock {
|
||||||
using period = std::chrono::steady_clock::period;
|
using period = std::chrono::steady_clock::period;
|
||||||
using duration = std::chrono::steady_clock::duration;
|
using duration = std::chrono::steady_clock::duration;
|
||||||
using time_point = std::chrono::steady_clock::time_point;
|
using time_point = std::chrono::steady_clock::time_point;
|
||||||
static constexpr bool is_steady = true;
|
|
||||||
|
|
||||||
static time_point time;
|
static time_point time;
|
||||||
static time_point now() noexcept { return time; }
|
static time_point now() noexcept { return time; }
|
||||||
|
|
Loading…
Reference in New Issue