From 10265a1aa9c355aeff79c974efc1e04845d08614 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 14 Nov 2006 00:56:56 +0000 Subject: [PATCH] Remove redundant #ifdef HAVE_THREAD, the file is only compiled if that condition holds anyway. Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/os2thread.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c index 21e867b25..c52b7ae02 100644 --- a/libavcodec/os2thread.c +++ b/libavcodec/os2thread.c @@ -25,8 +25,6 @@ #include "avcodec.h" #include "common.h" -#ifdef HAVE_THREADS - #define INCL_DOS #define INCL_DOSERRORS #define INCL_DOSDEVIOCTL @@ -147,4 +145,3 @@ fail: avcodec_thread_free(s); return -1; } -#endif -- 2.11.0