summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/int16.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c
index cdd0ccee..bdd1d52 100644
--- a/usr.bin/doscmd/int16.c
+++ b/usr.bin/doscmd/int16.c
@@ -93,9 +93,6 @@ int16(regcontext_t *REGS)
case 0x01: /* Get keystroke */
case 0x11: /* Get enhanced keystroke */
- if (!raw_kbd)
- sleep_poll();
-
if (KbdEmpty()) {
R_FLAGS |= PSL_Z;
break;
OpenPOWER on IntegriCloud