From 7ce9a3adc5832a4bdcf778ca8ebccfdd029fc180 Mon Sep 17 00:00:00 2001 From: nobled Date: Sat, 3 Jul 2010 13:49:31 -0700 Subject: os, rbug: remove PIPE_THREAD_HAVE_CONDVAR The new default implementation of pipe_condvar makes it unnecessary. --- src/gallium/auxiliary/os/os_thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/auxiliary/os/os_thread.h') 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 /* POSIX threads headers */ #include /* for perror() */ -#define PIPE_THREAD_HAVE_CONDVAR /* pipe_thread */ -- cgit v1.2.3