diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pydebug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index f187bed..0ebfd80 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -37,7 +37,6 @@ extern "C" { extern DL_IMPORT(int) Py_DebugFlag; extern DL_IMPORT(int) Py_VerboseFlag; -extern DL_IMPORT(int) Py_SuppressPrintingFlag; extern DL_IMPORT(int) Py_InteractiveFlag; extern DL_IMPORT(int) Py_OptimizeFlag; |