Skip to content
Prev Previous commit
Next Next commit
Remove unused refcnt
  • Loading branch information
sergey-miryanov committed Apr 25, 2025
commit cd9a499104a039b54e37de76cd5fce0715b4b27e
3 changes: 0 additions & 3 deletions Modules/_testexternalinspection.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,6 @@ parse_task(
return -1;
}

uintptr_t refcnt;
read_ptr(handle, task_address + sizeof(Py_ssize_t), &refcnt);

PyObject* result = PyList_New(0);
if (result == NULL) {
return -1;
Expand Down