event-loop: remove dead code
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 8 Sep 2012 15:47:15 +0000 (17:47 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Sep 2012 01:28:34 +0000 (21:28 -0400)
commit397a0c6ada56e4330ebf2bc662010ca8d32a2c73
tree22bac327b43ac9d7f0953c4a5ba848f9e9f55997
parent7fafa994a42e3d8455afbd8d6ba39047b7c1f13d
event-loop: remove dead code

There is really no need to increment "n" if we never read the value. The
do-while() loop overwrites the value before it is read the first time.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/event-loop.c