From 91cb6cd8c464f1430832b1b111e6617eb2d2e603 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 25 Jul 2014 14:13:33 +0100 Subject: [PATCH] remove an old comment --- libvips/iofuncs/threadpool.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/libvips/iofuncs/threadpool.c b/libvips/iofuncs/threadpool.c index 212868b4..00b3f0c1 100644 --- a/libvips/iofuncs/threadpool.c +++ b/libvips/iofuncs/threadpool.c @@ -344,24 +344,6 @@ vips_concurrency_get( void ) return( nthr ); } -/** - * VipsThreadState: - * @im: the #VipsImage being operated upon - * @reg: a #REGION - * @pos: a #Rect - * @x: an int - * @y: an int - * @a: client data - * - * These per-thread values are carried around for your use by - * vips_threadpool_run(). They are private to each thread, so they are a - * useful place - * for #VipsThreadpoolAllocate and #VipsThreadpoolWork to communicate. - * - * @reg is created for you at the start of processing and freed at the end, - * but you can do what you like with it. - */ - G_DEFINE_TYPE( VipsThreadState, vips_thread_state, VIPS_TYPE_OBJECT ); static void