Remove unused variable.

This commit is contained in:
Tom Rhodes 2005-01-08 22:47:10 +00:00
parent 8080d4d196
commit 7cde7ca209
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139918

View File

@ -499,7 +499,6 @@ static void DoGlobal (int fd)
char buf[IP_MAXPACKET];
struct sockaddr_in addr;
int wrote;
int status;
int addrSize;
struct ip* ip;
char msgBuf[80];