From 1e37a5054b1f47a0e95183bd99b8c6a3a8be4725 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 21 Jun 2017 12:24:33 +0200 Subject: mesa/glthread: remove HAVE_PTHREAD guards we are switching to util_queue. Reviewed-by: Timothy Arceri --- src/mesa/main/glthread.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/glthread.c') diff --git a/src/mesa/main/glthread.c b/src/mesa/main/glthread.c index 455b829cd8d..e90709c0870 100644 --- a/src/mesa/main/glthread.c +++ b/src/mesa/main/glthread.c @@ -38,8 +38,6 @@ #include "main/marshal_generated.h" #include "util/u_thread.h" -#ifdef HAVE_PTHREAD - static void glthread_allocate_batch(struct gl_context *ctx) { @@ -284,5 +282,3 @@ _mesa_glthread_finish(struct gl_context *ctx) pthread_mutex_unlock(&glthread->mutex); } - -#endif -- cgit v1.2.3