1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

telnet: Remove unused macros TELOPTS and TELCMDS

Their usage was removed in 3a145180cc.

Closes #2852
This commit is contained in:
Rikard Falkeborn 2018-08-05 21:53:34 +02:00 committed by Daniel Stenberg
parent aa2ad90acd
commit 489ac01756
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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"