Merge pull request #2644 from ZhipengXue97/main

Fix potential dead store
This commit is contained in:
Ward Fisher 2023-05-15 10:38:59 -06:00 committed by GitHub
commit bfb8a31aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);