diff options
Diffstat (limited to '')
| -rw-r--r-- | gpgme/w32-glib-io.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/gpgme/w32-glib-io.c b/gpgme/w32-glib-io.c index f725a06b..5c116603 100644 --- a/gpgme/w32-glib-io.c +++ b/gpgme/w32-glib-io.c @@ -594,8 +594,6 @@ _gpgme_io_select (struct io_select_fd_s *fds, size_t nfds, int nonblock)  	    DEBUG_ADD1 (dbg_help, "r%d ", fds[pollfds_map[i]].fd);            if ((pollfds[i].revents & G_IO_OUT))              DEBUG_ADD1 (dbg_help, "w%d ", fds[pollfds_map[i]].fd); -	  DEBUG_ADD2 (dbg_help, "x%d(%x) ", fds[pollfds_map[i]].fd, -		      pollfds[i].revents);          }        DEBUG_END (dbg_help, "]");      } | 
