[libvirt] [PATCH] util: remove redundant comments

From: Chen Hanxiao <chenhanxiao@gmail.com> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com> --- src/util/vireventpoll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/vireventpoll.c b/src/util/vireventpoll.c index 5e99b3c..81ecab4 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; -- 1.8.3.1

At 2016-06-14 19:08:26, "Chen Hanxiao" <chen_han_xiao@126.com> wrote:
From: Chen Hanxiao <chenhanxiao@gmail.com>
Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
--- src/util/vireventpoll.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/util/vireventpoll.c b/src/util/vireventpoll.c index 5e99b3c..81ecab4 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; --
ping Regards, - Chen
participants (2)
-
Chen Hanxiao
-
John Ferlan