Remove unused variable. (#1049)

master
Alexander Belyaev 2018-04-11 13:15:09 +02:00 committed by Wally B. Feed
parent d1161b5f8e
commit 7286415e27
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ struct SimulatedClock {
using period = std::chrono::steady_clock::period;
using duration = std::chrono::steady_clock::duration;
using time_point = std::chrono::steady_clock::time_point;
static constexpr bool is_steady = true;
static time_point time;
static time_point now() noexcept { return time; }