diff --git a/src/core/os.c b/src/core/os.c index 7f779fcf..d013fd75 100644 --- a/src/core/os.c +++ b/src/core/os.c @@ -57,11 +57,6 @@ #define JANET_EXTENDED_LOCALE #endif -/* OpenBSD works here with extended locale support, just in the usual headers */ -#if defined(__OpenBSD__) -#define JANET_EXTENDED_LOCALE -#endif - #ifdef JANET_WINDOWS #include #include