]> granicus.if.org Git - curl/commitdiff
removed the subchar variable, it was only set and never used
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Feb 2004 09:53:03 +0000 (09:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Feb 2004 09:53:03 +0000 (09:53 +0000)
lib/telnet.c

index 55d0a70e206411243784fd56b5e8ac5c222b8680..9bf2365d894324ae294bb20dd9ccbe669b32619a 100644 (file)
@@ -811,7 +811,6 @@ static CURLcode check_telnet_options(struct connectdata *conn)
 static void suboption(struct connectdata *conn)
 {
   struct curl_slist *v;
-  unsigned char subchar;
   unsigned char temp[2048];
   int len;
   int tmplen;
@@ -821,7 +820,7 @@ static void suboption(struct connectdata *conn)
   struct TELNET *tn = (struct TELNET *)conn->proto.telnet;
 
   printsub(data, '<', (unsigned char *)tn->subbuffer, CURL_SB_LEN(tn)+2);
-  switch (subchar = CURL_SB_GET(tn)) {
+  switch (CURL_SB_GET(tn)) {
     case CURL_TELOPT_TTYPE:
       len = strlen(tn->subopt_ttype) + 4 + 2;
       snprintf((char *)temp, sizeof(temp),