summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/marshal.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-06-21 12:24:33 +0200
committerMarek Olšák <[email protected]>2017-06-26 02:17:03 +0200
commit1e37a5054b1f47a0e95183bd99b8c6a3a8be4725 (patch)
tree34a80a5f80ca22123136056d347f5a487407f9e7 /src/mesa/main/marshal.c
parent6884c95ab4e06a418add29052b0a633a7fdad6ae (diff)
mesa/glthread: remove HAVE_PTHREAD guards
we are switching to util_queue. Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/marshal.c')
-rw-r--r--src/mesa/main/marshal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/marshal.c b/src/mesa/main/marshal.c
index d4c46a27175..8db45314403 100644
--- a/src/mesa/main/marshal.c
+++ b/src/mesa/main/marshal.c
@@ -33,8 +33,6 @@
#include "dispatch.h"
#include "marshal_generated.h"
-#ifdef HAVE_PTHREAD
-
struct marshal_cmd_Flush
{
struct marshal_cmd_base cmd_base;
@@ -589,5 +587,3 @@ _mesa_marshal_ClearBufferfv(GLenum buffer, GLint drawbuffer,
(buffer, drawbuffer, value));
}
}
-
-#endif