diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pyport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index 3932dc6..799e6cf 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -266,8 +266,6 @@ typedef Py_intptr_t Py_ssize_t; * should keep using static. */ -#undef USE_INLINE /* XXX - set via configure? */ - #if defined(_MSC_VER) #if defined(PY_LOCAL_AGGRESSIVE) /* enable more aggressive optimization for visual studio */ |