From: Olivier Matz Date: Tue, 6 May 2014 19:21:22 +0000 (+0200) Subject: cmdline: remove obsolete comment X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=commitdiff_plain;h=c18c4cbfa3c43bc1f4fd1743f77baf82c18437f6 cmdline: remove obsolete comment --- 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)