From 70dfb6130042cea53956c2044d409a55fb814d2f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Oct 2015 14:06:29 +1100 Subject: Cleanup: remove _POSIX_C_SOURCE undefine --- source/blender/python/generic/bpy_threads.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/python/generic/bpy_threads.c') diff --git a/source/blender/python/generic/bpy_threads.c b/source/blender/python/generic/bpy_threads.c index 63a47ff0b20..fbc145660f3 100644 --- a/source/blender/python/generic/bpy_threads.c +++ b/source/blender/python/generic/bpy_threads.c @@ -27,11 +27,6 @@ * these functions are slightly different from the original Python API, * don't throw SIGABRT even if the thread state is NULL. */ -/* grr, python redefines */ -#ifdef _POSIX_C_SOURCE -# undef _POSIX_C_SOURCE -#endif - #include #include "BLI_utildefines.h" -- cgit v1.2.3