From 742efd5104c67c045172d880154c29b04c133ee7 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 3 Dec 2018 12:32:45 +0700 Subject: [PATCH] Remove undef max/min on macOS. This is no longer needed. --- src/util/trace.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/trace.h b/src/util/trace.h index 1a245036f..77c66afd4 100644 --- a/src/util/trace.h +++ b/src/util/trace.h @@ -24,10 +24,6 @@ Revision History: #undef max #undef min #endif -#ifdef __APPLE__ -#undef max -#undef min -#endif #include #ifdef _TRACE