diff options
author | Marek Olšák <[email protected]> | 2017-06-21 12:24:33 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-06-26 02:17:03 +0200 |
commit | 1e37a5054b1f47a0e95183bd99b8c6a3a8be4725 (patch) | |
tree | 34a80a5f80ca22123136056d347f5a487407f9e7 /src/mesa/main/marshal.c | |
parent | 6884c95ab4e06a418add29052b0a633a7fdad6ae (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.c | 4 |
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 |