From d66efdf627630bb8cf039c11199ff5ec71b487f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 30 Jan 2010 21:47:22 +0200 Subject: [PATCH] Remove unused sleep constants --- include/vlc_config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/vlc_config.h b/include/vlc_config.h index 1e5a1aa6c0..7063b19ea5 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -45,10 +45,6 @@ #define CLOCK_FREQ INT64_C(1000000) -/* When creating or destroying threads in blocking mode, delay to poll thread - * status */ -#define THREAD_SLEEP ((mtime_t)(0.010*CLOCK_FREQ)) - /***************************************************************************** * Interface configuration *****************************************************************************/ @@ -70,9 +66,6 @@ /* Used in ErrorThread */ #define INPUT_IDLE_SLEEP ((mtime_t)(0.100*CLOCK_FREQ)) -/* Time to wait in case of read error */ -#define INPUT_ERROR_SLEEP ((mtime_t)(0.10*CLOCK_FREQ)) - /* Number of read() calls needed until we check the file size through * fstat() */ #define INPUT_FSTAT_NB_READS 16 -- 2.39.5