summaryrefslogtreecommitdiff
path: root/include/CommonAPI/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/Types.hpp')
-rw-r--r--include/CommonAPI/Types.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/CommonAPI/Types.hpp b/include/CommonAPI/Types.hpp
index 9cf62c3..6f6801d 100644
--- a/include/CommonAPI/Types.hpp
+++ b/include/CommonAPI/Types.hpp
@@ -60,11 +60,6 @@ namespace CommonAPI {
static void f(void)
#endif
-#ifdef WIN32
-#define usleep(micSec) \
- std::this_thread::sleep_for(std::chrono::microseconds(micSec))
-#endif
-
namespace CommonAPI {
enum class AvailabilityStatus {