From 9b3fcf01c5d22d7be320a0e194cc54579f71c409 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 18 Jan 2007 12:52:54 +0000 Subject: Mac FUSE support (thanks to Jeff Sickel) --- src/libthread/Darwin-386.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libthread') diff --git a/src/libthread/Darwin-386.c b/src/libthread/Darwin-386.c index 0bd3c0fd..3ad1941c 100644 --- a/src/libthread/Darwin-386.c +++ b/src/libthread/Darwin-386.c @@ -3,7 +3,6 @@ void makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) { - int n; int *sp; sp = (int*)ucp->uc_stack.ss_sp+ucp->uc_stack.ss_size/4; -- cgit v1.2.3