cmdline: remove obsolete comment
authorOlivier Matz <zer0@droids-corp.org>
Tue, 6 May 2014 19:21:22 +0000 (21:21 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Tue, 6 May 2014 19:21:22 +0000 (21:21 +0200)
commands.c

index ff8954d..c827001 100644 (file)
@@ -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)