diff options
author | nobled <[email protected]> | 2010-07-03 13:49:31 -0700 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-07-12 15:40:33 +0100 |
commit | 7ce9a3adc5832a4bdcf778ca8ebccfdd029fc180 (patch) | |
tree | 5f0f7285136db2373ce074bf8406f43429bedc13 /src/gallium/auxiliary/os/os_thread.h | |
parent | f321d5c38ae704a6cb2252c7a78a69c367db00fc (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.h | 1 |
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 c23ae806b91..036f6bafd52 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 */ |