summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_fork.c
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-09-07 21:55:01 +0000
committeralex <alex@FreeBSD.org>1998-09-07 21:55:01 +0000
commitd09071d106878ed2978ca69d2d46fcd80a021f53 (patch)
tree13a86a44f6e6a4aa9d4f3953eb60f8b722198be4 /lib/libkse/thread/thr_fork.c
parentfff0f057805582731b159f9a5aa58c84fe3b323e (diff)
downloadFreeBSD-src-d09071d106878ed2978ca69d2d46fcd80a021f53.zip
FreeBSD-src-d09071d106878ed2978ca69d2d46fcd80a021f53.tar.gz
Removed unused variables.
Diffstat (limited to 'lib/libkse/thread/thr_fork.c')
-rw-r--r--lib/libkse/thread/thr_fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_fork.c b/lib/libkse/thread/thr_fork.c
index d2b6726..d56f98d 100644
--- a/lib/libkse/thread/thr_fork.c
+++ b/lib/libkse/thread/thr_fork.c
@@ -42,7 +42,6 @@ pid_t
fork(void)
{
int flags;
- int status;
pid_t ret;
pthread_t pthread;
pthread_t pthread_next;
OpenPOWER on IntegriCloud