From 104e190d4dba5ae2ab0d3684839ad1198758b1ce Mon Sep 17 00:00:00 2001 From: JinWang An Date: Fri, 20 Aug 2021 14:52:14 +0900 Subject: Imported Upstream version 4.4 --- src/Win32Util.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/Win32Util.cpp') diff --git a/src/Win32Util.cpp b/src/Win32Util.cpp index 1a9de6a..14e3e5b 100644 --- a/src/Win32Util.cpp +++ b/src/Win32Util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Joel Rosdahl and other contributors +// Copyright (C) 2020-2021 Joel Rosdahl and other contributors // // See doc/AUTHORS.adoc for a complete list of contributors. // @@ -143,12 +143,6 @@ gettimeofday(struct timeval* tp, struct timezone* /*tzp*/) } #endif -void -usleep(int64_t usec) -{ - std::this_thread::sleep_for(std::chrono::microseconds(usec)); -} - struct tm* localtime_r(time_t* _clock, struct tm* _result) { -- cgit v1.2.3