-
- Downloads
linux/time.h: Remove dead code
Since
rem = ((long) *tim_p) % SECSPERDAY;
the second while cycle
while (rem >= SECSPERDAY)
is dead.
Reported-by: Coverity (CID: 167334)
Signed-off-by:
Marek Behun <marek.behun@nic.cz>
Please register or sign in to comment