PVS V501: redundant check
The wewant macro already checks this. Change-Id: I9a92c8acb4e1a0cc2ef4b520383160d640a2bd94 Reviewed-on: https://review.haiku-os.org/c/1656 Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
b0890e034b
commit
b70baf6c5e
@@ -228,7 +228,7 @@ netclear(void)
|
||||
next = thisitem;
|
||||
do {
|
||||
next = nextitem(next);
|
||||
} while (wewant(next) && (nfrontp > next));
|
||||
} while (wewant(next));
|
||||
length = next-thisitem;
|
||||
memmove(good, thisitem, length);
|
||||
good += length;
|
||||
|
||||
Reference in New Issue
Block a user