diff --git a/src/coreclr/src/pal/src/debug/debug.cpp b/src/coreclr/src/pal/src/debug/debug.cpp index 7e7e368200587b..d734c2afd53d92 100644 --- a/src/coreclr/src/pal/src/debug/debug.cpp +++ b/src/coreclr/src/pal/src/debug/debug.cpp @@ -19,10 +19,6 @@ Revision History: --*/ -#ifndef HOST_64BIT -#undef _LARGEFILE64_SOURCE -#undef _FILE_OFFSET_BITS -#endif #include "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(DEBUG); // some headers have code with asserts, so do this first