mirror of https://gitee.com/openkylin/libvirt.git
util: remove redundant comments
Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
parent
028c56631f
commit
e9df53052e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue