From fe95c7dc34e00ad39b53b147c6a6391a2146beae Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 5 Mar 2001 14:52:23 +0000
Subject: [PATCH] removed an incorrect comment

---
 lib/telnet.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/telnet.c b/lib/telnet.c
index e08a9c9387..efcf5c6382 100644
--- a/lib/telnet.c
+++ b/lib/telnet.c
@@ -798,7 +798,6 @@ static int check_telnet_options(struct connectdata *conn)
  *
  * Look at the sub-option buffer, and try to be helpful to the other
  * side.
- * No suboptions are supported yet.
  */
 
 static void suboption(struct connectdata *conn)
-- 
GitLab