Remove unused variable.

This commit is contained in:
Tom Rhodes 2005-01-08 22:47:10 +00:00
parent 8080d4d196
commit 7cde7ca209
1 changed files with 0 additions and 1 deletions

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