Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/gdtoa
Module Name: src
Committed By: christos
Date: Sun Mar 19 03:04:04 UTC 2006
Modified Files:
src/lib/libc/gdtoa: strtodg.c
Log Message:
Coverity CID 590: since bdif > 0, k = bdif - 1 >= 0, so k < 0 cannot happen.
Remove dead code.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/gdtoa/strtodg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index