From 4b6b6e5cbaa51d3079227d986875bc4f43e8eb8c Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 6 Sep 2016 15:46:49 +0200 Subject: [PATCH] client: remove out of date comment --- client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.c b/client.c index 2572879..cd9a744 100644 --- a/client.c +++ b/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)