From: Chen Hanxiao Date: Tue, 14 Jun 2016 11:08:26 +0000 (+0800) Subject: util: remove redundant comments X-Git-Tag: v2.0.0-rc1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9df53052e905c3c9dceef6058b5fdbc1ddd377a;p=thirdparty%2Flibvirt.git util: remove redundant comments Signed-off-by: Chen Hanxiao --- diff --git a/src/util/vireventpoll.c b/src/util/vireventpoll.c index 5e99b3cc63..81ecab43b5 100644 --- a/src/util/vireventpoll.c +++ b/src/util/vireventpoll.c @@ -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;