summaryrefslogtreecommitdiffstats
path: root/Include/pymem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pymem.h')
-rw-r--r--Include/pymem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pymem.h b/Include/pymem.h
index 3fac523..941e00f 100644
--- a/Include/pymem.h
+++ b/Include/pymem.h
@@ -59,8 +59,6 @@ PyAPI_FUNC(int) _PyTraceMalloc_Untrack(
PyAPI_FUNC(PyObject*) _PyTraceMalloc_GetTraceback(
_PyTraceMalloc_domain_t domain,
Py_uintptr_t ptr);
-
-PyAPI_DATA(int) tracemalloc_debug;
#endif /* !Py_LIMITED_API */