Skip to content

Commit

Permalink
removed unnecessary value in typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixEditor committed May 2, 2024
1 parent 864ec36 commit 0968989
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/atomobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,4 @@ PyTypeObject CpCAtom_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};
4 changes: 0 additions & 4 deletions src/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ PyTypeObject CpContext_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

//------------------------------------------------------------------------------
Expand Down Expand Up @@ -382,7 +381,6 @@ PyTypeObject CpUnaryExpr_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

//------------------------------------------------------------------------------
Expand Down Expand Up @@ -708,7 +706,6 @@ PyTypeObject CpBinaryExpr_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

//------------------------------------------------------------------------------
Expand Down Expand Up @@ -977,5 +974,4 @@ PyTypeObject CpContextPath_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};
3 changes: 0 additions & 3 deletions src/field.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ PyTypeObject CpField_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

// -----------------------------------------------------------------------------
Expand Down Expand Up @@ -697,7 +696,6 @@ PyTypeObject CpFieldAtom_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

// -----------------------------------------------------------------------------
Expand Down Expand Up @@ -863,5 +861,4 @@ PyTypeObject CpFieldCAtom_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};
1 change: 0 additions & 1 deletion src/intatomobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,4 @@ PyTypeObject CpIntAtom_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};
2 changes: 0 additions & 2 deletions src/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ PyTypeObject CpInvalidDefault_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

PyObject _CpInvalidDefault_Object = { _PyObject_EXTRA_INIT{
Expand Down Expand Up @@ -156,7 +155,6 @@ PyTypeObject CpDefaultOption_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

PyObject _CpDefaultOption_Object = { _PyObject_EXTRA_INIT{
Expand Down
1 change: 0 additions & 1 deletion src/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@ PyTypeObject CpOption_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};
2 changes: 0 additions & 2 deletions src/state.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ PyTypeObject CpLayer_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

//-------------------------------------------------------------------------------
Expand Down Expand Up @@ -550,5 +549,4 @@ PyTypeObject CpState_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};
2 changes: 0 additions & 2 deletions src/struct.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ PyTypeObject CpStructFieldInfo_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

// ----------------------------------------------------------------------------
Expand Down Expand Up @@ -1211,5 +1210,4 @@ PyTypeObject CpStruct_Type = {
0, /* tp_version_tag */
0, /* tp_finalize */
0, /* tp_vectorcall */
0, /* tp_watched */
};

0 comments on commit 0968989

Please sign in to comment.