From fb53d05a69d0291fe68dfe8669b5c1f7636ede1a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 12 May 2010 20:06:34 +0100 Subject: test: Remove pthread_yield() I accidentally pushed this debugging left-over from when I was tracking down a race in memfault. Remove it so that the test suite compiles on more minimal pthread setups. --- test/pthread-show-text.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/pthread-show-text.c') diff --git a/test/pthread-show-text.c b/test/pthread-show-text.c index b6be8dc0..0e070b7b 100644 --- a/test/pthread-show-text.c +++ b/test/pthread-show-text.c @@ -114,8 +114,6 @@ draw (cairo_t *cr, int width, int height) cairo_set_source_rgb (cr, 0.5, 0.5, 0.5); cairo_paint (cr); - pthread_yield (); - for (i = 0; i < N_THREADS; i++) { void *surface; -- cgit v1.2.3