Skip to content

Commit

Permalink
Remove unused ReaderObject_Check macro (python#20614)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Jun 3, 2020
1 parent 5b9fbba commit 586be6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Modules/_csv.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ typedef struct {

static PyTypeObject Reader_Type;

#define ReaderObject_Check(v) Py_IS_TYPE(v, &Reader_Type)

typedef struct {
PyObject_HEAD

Expand Down

0 comments on commit 586be6f

Please sign in to comment.