From b2060480374a36794958855d153d48801d18ea5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 22 May 2008 22:59:49 +0300 Subject: [PATCH] Remove THREAD_COND_TIMEOUT --- include/vlc_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/vlc_config.h b/include/vlc_config.h index 3617fa7c39..81eb4d00e1 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -44,10 +44,6 @@ * status */ #define THREAD_SLEEP ((mtime_t)(0.010*CLOCK_FREQ)) -/* When a thread waits on a condition in debug mode, delay to wait before - * outputting an error message (in second) */ -#define THREAD_COND_TIMEOUT 3 - /***************************************************************************** * Interface configuration *****************************************************************************/ -- 2.39.5