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

Remove now unused gid_t variable.

From Ricardo Mestre.  Thanks!

go for it!  deraadt@
This commit is contained in:
tb 2015-11-25 16:19:05 +00:00
parent ca7aa068af
commit 4c4ddf9345

View File

@ -1,4 +1,4 @@
/* $OpenBSD: canfield.c,v 1.18 2015/11/24 16:54:22 tedu Exp $ */
/* $OpenBSD: canfield.c,v 1.19 2015/11/25 16:19:05 tb Exp $ */
/* $NetBSD: canfield.c,v 1.7 1995/05/13 07:28:35 jtc Exp $ */
/*
@ -1727,8 +1727,6 @@ askquit(int dummy)
int
main(int argc, char *argv[])
{
gid_t gid;
signal(SIGINT, askquit);
signal(SIGHUP, cleanup);
signal(SIGTERM, cleanup);