diff options
Diffstat (limited to 'Include/internal/pycore_pymem.h')
-rw-r--r-- | Include/internal/pycore_pymem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/internal/pycore_pymem.h b/Include/internal/pycore_pymem.h index fedc7cc..1e7da87 100644 --- a/Include/internal/pycore_pymem.h +++ b/Include/internal/pycore_pymem.h @@ -155,8 +155,6 @@ PyAPI_FUNC(int) _PyMem_SetDefaultAllocator( PyMemAllocatorDomain domain, PyMemAllocatorEx *old_alloc); -PyAPI_FUNC(const char*) _PyMem_GetDebugAllocatorsName(void); - #ifdef __cplusplus } #endif |