Remove unused variable.

This commit is contained in:
Ed Maste 2012-11-20 01:42:18 +00:00
parent cc637103f6
commit f77a2d2f24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243319

View File

@ -63,7 +63,6 @@ main(int argc, char **argv)
int sock;
int maxhold;
int wait;
size_t size = sizeof(maxhold);
struct sockaddr_in dest;
char message[MSG_SIZE];