OSDN Git Service

io/channel-watch: Drop a superfluous '#ifdef WIN32'
authorBin Meng <bin.meng@windriver.com>
Thu, 6 Oct 2022 15:19:23 +0000 (23:19 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 26 Oct 2022 12:32:08 +0000 (13:32 +0100)
commit985be62d4481e11830485a25a47a932e5829d223
tree9ad2c03cc9da05be6228bd3ada0a82489dad6189
parent926a895c2cfcd621373eb86288dd83d08cb53f15
io/channel-watch: Drop a superfluous '#ifdef WIN32'

In the win32 version qio_channel_create_socket_watch() body there is
no need to do a '#ifdef WIN32'.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
io/channel-watch.c