telnet: kill off remaining duplicate definition

This commit is contained in:
Kyle Evans 2020-03-28 20:43:15 +00:00
parent 25ec355353
commit 103d3266eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359406

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 };