Skip to content

Commit

Permalink
Initialize fewer fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky committed Nov 14, 2023
1 parent 92263e4 commit 61b7901
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/unf_ext/unf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ extern "C" {
.function = {
.dmark = NULL,
.dfree = unf_delete,
.dsize = NULL,
.dcompact = NULL,
.reserved = {NULL}
.dsize = NULL
},
.parent = NULL,
.data = NULL,
Expand Down

0 comments on commit 61b7901

Please sign in to comment.