diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-04 20:03:08 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-06-02 11:33:52 +0400 |
commit | 6ce8e0eb587782e26a05a57134529cc598febd56 (patch) | |
tree | 91a542f2b4a01a0299b6e0b585066f199afd0079 /chardev/char-win.h | |
parent | b88ee025942d1ed67232700ef8befa5e52a9f7bd (diff) |
char-win: remove WinChardev.len
The "len" argument can be passed directly to win_chr_read()
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'chardev/char-win.h')
-rw-r--r-- | chardev/char-win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chardev/char-win.h b/chardev/char-win.h index 73a0e3caef..70215e04c2 100644 --- a/chardev/char-win.h +++ b/chardev/char-win.h @@ -32,7 +32,6 @@ typedef struct { HANDLE hcom, hrecv, hsend; OVERLAPPED orecv; BOOL fpipe; - DWORD len; /* Protected by the Chardev chr_write_lock. */ OVERLAPPED osend; |