summaryrefslogtreecommitdiff
path: root/src/mesa/main/glthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/glthread.c')
-rw-r--r--src/mesa/main/glthread.c4
1 files changed, 0 insertions, 4 deletions
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