From c18c4cbfa3c43bc1f4fd1743f77baf82c18437f6 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Tue, 6 May 2014 21:21:22 +0200 Subject: [PATCH] cmdline: remove obsolete comment --- commands.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands.c b/commands.c index ff8954d..c827001 100644 --- a/commands.c +++ b/commands.c @@ -2053,7 +2053,6 @@ static void cmd_eeprom_add_parsed(void *parsed_result, rdline_init(&rdl, cmdline_write_char, NULL, NULL); rdline_newline(&rdl, "> "); - /* XXX bad: we should not block as we do not serve callout */ while (1) { c = cmdline_dev_recv(NULL); if (c < 0) -- 2.20.1