client: remove out of date comment
This commit is contained in:
parent
27b4c396d0
commit
4b6b6e5cba
1 changed files with 1 additions and 2 deletions
3
client.c
3
client.c
|
@ -94,8 +94,7 @@ void LOG_Message(LOG_Severity severity,
|
|||
}
|
||||
|
||||
/* ================================================== */
|
||||
/* Read a single line of commands from standard input. Eventually we
|
||||
might want to use the GNU readline library. */
|
||||
/* Read a single line of commands from standard input */
|
||||
|
||||
static char *
|
||||
read_line(void)
|
||||
|
|
Loading…
Reference in a new issue