aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_loop_mt.c
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-15 13:19:07 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-15 13:19:07 +0000
commit178451d6f063c1054e7960fd628692d6d394f4cd (patch)
tree6f16a8dd77a0854dfdbe87fabd4c50a0c1f8f672 /lib/fuse_loop_mt.c
parenta148242fb80fa2127fdaf41de63e2d81dc8006ef (diff)
fix
Diffstat (limited to 'lib/fuse_loop_mt.c')
-rw-r--r--lib/fuse_loop_mt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c
index ad386a2..5adb72d 100644
--- a/lib/fuse_loop_mt.c
+++ b/lib/fuse_loop_mt.c
@@ -53,7 +53,6 @@ static int fuse_loop_mt_send(struct fuse_chan *ch, const struct iovec iov[],
return fuse_chan_send(w->prevch, iov, count);
}
-
static int start_thread(struct fuse_worker *w, pthread_t *thread_id);
static void *do_work(void *data)