From 3aad7613280b9b6a5ce5e4cb0af723cdef121376 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 25 Sep 1996 03:54:23 +0000 Subject: [PATCH] (w32_read_socket): Delete WAITP arg. --- src/w32term.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/w32term.c b/src/w32term.c index 43c97f479c1..6db366cd0d3 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -2347,7 +2347,6 @@ is_dead_key (int wparam) We return the number of characters stored into the buffer, thus pretending to be `read'. - WAITP is nonzero if we should block until input arrives. EXPECTED is nonzero if the caller knows input is available. Some of these messages are reposted back to the message queue since the @@ -2360,11 +2359,10 @@ is_dead_key (int wparam) */ int -w32_read_socket (sd, bufp, numchars, waitp, expected) +w32_read_socket (sd, bufp, numchars, expected) register int sd; register struct input_event *bufp; register int numchars; - int waitp; int expected; { int count = 0; -- 2.39.2