mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Remove unused ReaderObject_Check macro (#20614)
This commit is contained in:
parent
5b9fbbabac
commit
586be6f3ff
1 changed files with 0 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ typedef struct {
|
|||
|
||||
static PyTypeObject Reader_Type;
|
||||
|
||||
#define ReaderObject_Check(v) Py_IS_TYPE(v, &Reader_Type)
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue