summaryrefslogtreecommitdiffstats
path: root/common/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/console.c b/common/console.c
index cab8689252..88c40101a6 100644
--- a/common/console.c
+++ b/common/console.c
@@ -225,8 +225,6 @@ int getc(void)
*/
start = get_time_ns();
while (1) {
- poller_call();
-
if (tstc_raw()) {
kfifo_putc(console_input_buffer, getc_raw());