1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

remove unused variables

ok millert@
This commit is contained in:
chl 2016-03-28 11:49:45 +00:00
parent 19b0653e4b
commit 7c30af4852
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: answer.c,v 1.19 2016/03/21 00:49:36 guenther Exp $ */
/* $OpenBSD: answer.c,v 1.20 2016/03/28 11:49:45 chl Exp $ */
/* $NetBSD: answer.c,v 1.3 1997/10/10 16:32:50 lukem Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@ -63,7 +63,6 @@ answer_first(void)
struct sockaddr sockstruct;
int newsock;
socklen_t socklen;
int flags;
struct spawn *sp;
/*

View File

@ -1,4 +1,4 @@
/* $OpenBSD: driver.c,v 1.27 2016/03/21 00:49:36 guenther Exp $ */
/* $OpenBSD: driver.c,v 1.28 2016/03/28 11:49:45 chl Exp $ */
/* $NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@ -991,7 +991,6 @@ send_stats(void)
int s;
struct sockaddr_in sockstruct;
socklen_t socklen;
int flags;
/* Accept a connection to the statistics socket: */
socklen = sizeof sockstruct;