]> granicus.if.org Git - curl/commitdiff
telnet: Remove unused macros TELOPTS and TELCMDS
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Sun, 5 Aug 2018 19:53:34 +0000 (21:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Aug 2018 10:36:58 +0000 (12:36 +0200)
Their usage was removed in 3a145180cc754a5959ca971ef3cd243c5c83fc51.

Closes #2852

lib/telnet.c

index fff3f3378d15b3f344fef5a345537008c05a2aa9..6a144ed3a70aea48b60a95cbe6ff290cae9a2575 100644 (file)
 #include "connect.h"
 #include "progress.h"
 #include "system_win32.h"
-
-#define  TELOPTS
-#define  TELCMDS
-
 #include "arpa_telnet.h"
 #include "select.h"
 #include "strcase.h"