summaryrefslogtreecommitdiff
path: root/src/Win32Util.cpp
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-08-20 14:52:14 +0900
committerJinWang An <jinwang.an@samsung.com>2021-08-20 14:52:14 +0900
commit104e190d4dba5ae2ab0d3684839ad1198758b1ce (patch)
tree5e3deb6d57796359a72479c7696a7ef94c5eb194 /src/Win32Util.cpp
parent4cb18bd611457fa47f5ade179f97f839c5e25d79 (diff)
downloadccache-upstream/4.4.tar.gz
ccache-upstream/4.4.tar.bz2
ccache-upstream/4.4.zip
Imported Upstream version 4.4upstream/4.4
Diffstat (limited to 'src/Win32Util.cpp')
-rw-r--r--src/Win32Util.cpp8
1 files changed, 1 insertions, 7 deletions
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)
{