From 99621b948ab292050e4a35486c374778934437e5 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Fri, 6 Jul 2012 16:58:56 +0000 Subject: [PATCH] evas/cserve2: There's no need to disable this anymore. We don't use this cache with cserve2, so it makes no sense to keep async preload disabled. When not using the cserve2, even if built with that option, it will support preload with no side effects. SVN revision: 73422 --- legacy/evas/src/lib/cache/evas_cache_image.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/legacy/evas/src/lib/cache/evas_cache_image.c b/legacy/evas/src/lib/cache/evas_cache_image.c index 44a9354b45..8d96964604 100644 --- a/legacy/evas/src/lib/cache/evas_cache_image.c +++ b/legacy/evas/src/lib/cache/evas_cache_image.c @@ -17,11 +17,6 @@ //#define CACHEDUMP 1 -#ifdef EVAS_CSERVE2 -// FIXME: cache server and threaded preload clash badly atm - disable -#undef BUILD_ASYNC_PRELOAD -#endif - #ifdef BUILD_ASYNC_PRELOAD typedef struct _Evas_Cache_Preload Evas_Cache_Preload;