diff options
author | Max Kellermann <max@duempel.org> | 2008-06-30 02:43:27 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-06-30 02:43:27 +0000 |
commit | 7e99a0b0a9ed685dece6457a92c87c86daa69bfc (patch) | |
tree | e1adaa5550c3b22f5507d0f08da2507c2338ce29 /src/os_compat.h | |
parent | 06bdc5bf258dae4afd640ed4d1d6e4e7ed47ad7c (diff) | |
download | mpd-7e99a0b0a9ed685dece6457a92c87c86daa69bfc.tar.gz mpd-7e99a0b0a9ed685dece6457a92c87c86daa69bfc.tar.xz mpd-7e99a0b0a9ed685dece6457a92c87c86daa69bfc.zip |
eliminated local variable "to_read"
The variable "to_read" is never modified except in the last iteration
of the while loop. This means the while condition will never become
false, as the body will break before that may be checked.
git-svn-id: https://svn.musicpd.org/mpd/trunk@7396 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions