mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-13 17:18:08 +08:00
Merge pull request #2644 from ZhipengXue97/main
Fix potential dead store
This commit is contained in:
commit
bfb8a31aed
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user