summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os/os_thread.h
diff options
context:
space:
mode:
authornobled <nobled@dreamwidth.org>2010-07-03 13:49:31 -0700
committerJosé Fonseca <jfonseca@vmware.com>2010-07-12 15:40:33 +0100
commit7ce9a3adc5832a4bdcf778ca8ebccfdd029fc180 (patch)
tree5f0f7285136db2373ce074bf8406f43429bedc13 /src/gallium/auxiliary/os/os_thread.h
parentf321d5c38ae704a6cb2252c7a78a69c367db00fc (diff)
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
The new default implementation of pipe_condvar makes it unnecessary.
Diffstat (limited to 'src/gallium/auxiliary/os/os_thread.h')
-rw-r--r--src/gallium/auxiliary/os/os_thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_thread.h b/src/gallium/auxiliary/os/os_thread.h
index c23ae806b9..036f6bafd5 100644
--- a/src/gallium/auxiliary/os/os_thread.h
+++ b/src/gallium/auxiliary/os/os_thread.h
@@ -45,7 +45,6 @@
#include <pthread.h> /* POSIX threads headers */
#include <stdio.h> /* for perror() */
-#define PIPE_THREAD_HAVE_CONDVAR
/* pipe_thread
*/