Skip to content

Commit

Permalink
Merge pull request #2644 from ZhipengXue97/main
Browse files Browse the repository at this point in the history
Fix potential dead store
  • Loading branch information
WardF authored May 15, 2023
2 parents 4b2851d + a992aad commit bfb8a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libnczarr/zwalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ NCZ_walk(NCZProjection** projv, NCZOdometer* chunkodom, NCZOdometer* slpodom, NC
nczodom_skipavail(memodom);
} else {
slpavail = 1;
memavail = 1;
}
if(slpavail > 0) {
if(wdebug > 0) wdebug2(common,slpptr0,memptr0,slpavail,laststride,chunkdata);
Expand Down

0 comments on commit bfb8a31

Please sign in to comment.