diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-08-05 21:53:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-08-09 12:36:58 +0200 |
commit | 489ac017568a3c99c6ce9070404f74f9fd22a675 (patch) | |
tree | 71ec2730f0ac9d2f3b42407398907cbc67e3ca03 /lib/telnet.c | |
parent | aa2ad90acd05903217e108e2584006acc651b5d6 (diff) | |
download | curl-489ac017568a3c99c6ce9070404f74f9fd22a675.tar.gz |
telnet: Remove unused macros TELOPTS and TELCMDS
Their usage was removed in 3a145180cc754a5959ca971ef3cd243c5c83fc51.
Closes #2852
Diffstat (limited to 'lib/telnet.c')
-rw-r--r-- | lib/telnet.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/telnet.c b/lib/telnet.c index fff3f3378..6a144ed3a 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -52,10 +52,6 @@ #include "connect.h" #include "progress.h" #include "system_win32.h" - -#define TELOPTS -#define TELCMDS - #include "arpa_telnet.h" #include "select.h" #include "strcase.h" |