util: remove redundant comments

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
Chen Hanxiao 2016-06-14 19:08:26 +08:00 committed by John Ferlan
parent 028c56631f
commit e9df53052e

View File

@ -405,7 +405,6 @@ static struct pollfd *virEventPollMakePollFDs(int *nfds) {
fds[*nfds].events = eventLoop.handles[i].events;
fds[*nfds].revents = 0;
(*nfds)++;
//EVENT_DEBUG("Wait for %d %d", eventLoop.handles[i].fd, eventLoop.handles[i].events);
}
return fds;