diff options
author | 2005-11-05 04:28:46 +0000 | |
---|---|---|
committer | 2005-11-05 04:28:46 +0000 | |
commit | 52dd0f17537155d98cd11ad118a07526d47c8c92 (patch) | |
tree | 51aabe8babbbdafc6d528cd18ac78e24a445b9cd | |
parent | some driver cleanup, ANSI/KNF and more consistency between the drivers. (diff) | |
download | wireguard-openbsd-52dd0f17537155d98cd11ad118a07526d47c8c92.tar.xz wireguard-openbsd-52dd0f17537155d98cd11ad118a07526d47c8c92.zip |
zap unused var.
-rw-r--r-- | regress/lib/libpthread/pthread_atfork/pthread_atfork.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libpthread/pthread_atfork/pthread_atfork.c b/regress/lib/libpthread/pthread_atfork/pthread_atfork.c index 61c8dc7b7f3..dfc416e82c9 100644 --- a/regress/lib/libpthread/pthread_atfork/pthread_atfork.c +++ b/regress/lib/libpthread/pthread_atfork/pthread_atfork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_atfork.c,v 1.2 2005/10/31 04:55:39 fgsch Exp $ */ +/* $OpenBSD: pthread_atfork.c,v 1.3 2005/11/05 04:28:46 fgsch Exp $ */ /* * Federico Schwindt <fgsch@openbsd.org>, 2005. Public Domain. @@ -10,7 +10,6 @@ #include "test.h" -pthread_mutex_t atfork_mutex; int cnt; void |