aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/ffork-pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/ffork-pthread.c')
-rw-r--r--src/lib9/ffork-pthread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib9/ffork-pthread.c b/src/lib9/ffork-pthread.c
index 397f8aa6..ff61ed10 100644
--- a/src/lib9/ffork-pthread.c
+++ b/src/lib9/ffork-pthread.c
@@ -7,7 +7,6 @@ extern int __isthreaded;
int
ffork(int flags, void(*fn)(void*), void *arg)
{
- void *p;
pthread_t tid;
if(flags != (RFMEM|RFNOWAIT)){