diff options
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 6e4b81acd..2985e9c89 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -603,7 +603,6 @@ static struct static inline void py3__Py_DECREF(const char *filename UNUSED, int lineno UNUSED, PyObject *op) { - _Py_DEC_REFTOTAL; if (--op->ob_refcnt != 0) { # ifdef Py_REF_DEBUG |