From e917cd0a2c9209138a60ba9e6142798bed2987b2 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Fri, 1 Jan 2021 22:44:36 -0500 Subject: [PATCH] - oops, fix previous commit, that wasn't meant to be in there --- src/common/engine/stats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/engine/stats.h b/src/common/engine/stats.h index 18b18f08f..9ce5268a3 100644 --- a/src/common/engine/stats.h +++ b/src/common/engine/stats.h @@ -36,7 +36,7 @@ #include "zstring.h" -#if !defined _WIN32 && !defined __APPLE__ || (defined _WIN32 && !defined _M_ARM64) +#if !defined _WIN32 && !defined __APPLE__ #ifdef NO_CLOCK_GETTIME class cycle_t