# HG changeset patch # User diego # Date 1163465816 0 # Node ID 6b784f65ce16244ad949a1574838c9c2baa22b8d # Parent 6a1e9e3a730365f6d8194847872848e6e8781796 Remove redundant #ifdef HAVE_THREAD, the file is only compiled if that condition holds anyway. diff -r 6a1e9e3a7303 -r 6b784f65ce16 os2thread.c --- a/os2thread.c Mon Nov 13 22:09:31 2006 +0000 +++ b/os2thread.c Tue Nov 14 00:56:56 2006 +0000 @@ -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 @@ avcodec_thread_free(s); return -1; } -#endif