diff options
author | lloyd <[email protected]> | 2014-04-25 00:27:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-04-25 00:27:18 +0000 |
commit | 6c0912310f611286cd28b06a45e5dca8899ac04d (patch) | |
tree | ce801c5187de4cd026aa1ad7f404e436bb76f147 /src | |
parent | 39aa371f8eaf26d59d409919fc5f6cf38eb4059c (diff) |
Avoid std::chrono::steady_clock, missing in some distro gccs
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/entropy/hres_timer/hres_timer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/entropy/hres_timer/hres_timer.cpp b/src/lib/entropy/hres_timer/hres_timer.cpp index 1f7c12cdb..1768e8ed0 100644 --- a/src/lib/entropy/hres_timer/hres_timer.cpp +++ b/src/lib/entropy/hres_timer/hres_timer.cpp @@ -37,7 +37,6 @@ void High_Resolution_Timestamp::poll(Entropy_Accumulator& accum) STD_CHRONO_POLL(std::chrono::high_resolution_clock); STD_CHRONO_POLL(std::chrono::system_clock); - STD_CHRONO_POLL(std::chrono::steady_clock); #undef STD_CHRONO_POLL |