]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: remove redundant comments
authorChen Hanxiao <chenhanxiao@gmail.com>
Tue, 14 Jun 2016 11:08:26 +0000 (19:08 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 16 Jun 2016 17:09:19 +0000 (13:09 -0400)
Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
src/util/vireventpoll.c

index 5e99b3cc635d7fbfb9c4597ef874575d4fdf334a..81ecab43b5bb22db7e29c1d8a375693d0701e43e 100644 (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;