diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index de9805df327..5a43e9a46aa 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -7180,7 +7180,6 @@ tty_read_avail_input (struct terminal *terminal, | |||
| 7180 | static void | 7180 | static void |
| 7181 | handle_async_input (void) | 7181 | handle_async_input (void) |
| 7182 | { | 7182 | { |
| 7183 | #ifdef USABLE_SIGIO | ||
| 7184 | while (1) | 7183 | while (1) |
| 7185 | { | 7184 | { |
| 7186 | int nread = gobble_input (); | 7185 | int nread = gobble_input (); |
| @@ -7190,7 +7189,6 @@ handle_async_input (void) | |||
| 7190 | if (nread <= 0) | 7189 | if (nread <= 0) |
| 7191 | break; | 7190 | break; |
| 7192 | } | 7191 | } |
| 7193 | #endif | ||
| 7194 | } | 7192 | } |
| 7195 | 7193 | ||
| 7196 | void | 7194 | void |