diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-11-05 04:28:47 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-11-05 04:28:47 +0000 |
commit | f1cd2f5df7df19b7bd11cdc9a6cf6ce259c68da7 (patch) | |
tree | 4da0f8cf29b315cf9f390dfb25e1efd6a9f1d4db /regress/lib/libpthread | |
parent | 8d75786db53368264d7b3f2d458c08c9ee315ca6 (diff) |
zap unused var.
Diffstat (limited to 'regress/lib/libpthread')
-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 |