telnet: kill off remaining duplicate definition

This commit is contained in:
kevans 2020-03-28 20:43:15 +00:00
parent b68fccd4d4
commit 3d7d411366

View File

@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$");
#include <libtelnet/encrypt.h>
#endif
char *terminaltype;
unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
unsigned char will[] = { IAC, WILL, '%', 'c', 0 };