From bf814df02fdf0105725f54cfb54d8bff27b0893f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 9 Jul 2003 19:34:15 +0000 Subject: removed #ifndef ENABLE_THREADS svn path=/trunk/; revision=21780 --- camel/tests/folder/test8.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'camel/tests/folder/test8.c') diff --git a/camel/tests/folder/test8.c b/camel/tests/folder/test8.c index 54fba4dc83..c035f6227c 100644 --- a/camel/tests/folder/test8.c +++ b/camel/tests/folder/test8.c @@ -1,6 +1,7 @@ /* threaded folder testing */ #include +#include #include "camel-test.h" #include "folders.h" @@ -16,17 +17,6 @@ #define d(x) -#ifndef ENABLE_THREADS -int main(int argc, char **argv) -{ - printf("Test %s is only compiled with threads enabled\n", argv[0]); - return 77; -} -#else - -#include - - #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) static char *local_providers[] = { @@ -213,5 +203,3 @@ int main(int argc, char **argv) return 0; } - -#endif /* ENABLE_THREADS */ -- cgit