diff options
Diffstat (limited to 'test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp')
-rw-r--r-- | test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp b/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp index 9f3941b93adf..6b622029365c 100644 --- a/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp +++ b/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp @@ -22,7 +22,6 @@ int main() { typedef std::chrono::system_clock Clock; typedef Clock::time_point time_point; - typedef Clock::duration duration; std::chrono::milliseconds ms(500); time_point t0 = Clock::now(); std::this_thread::sleep_until(t0 + ms); |