remove null check immediately following assignment
no way for this check to fail, if null we wouldn't be in the loop body to begin with. coverity issue 44804
Please register or sign in to comment
no way for this check to fail, if null we wouldn't be in the loop body to begin with. coverity issue 44804