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
This commit is contained in:
Rafael Antognolli 2012-07-06 16:58:56 +00:00
parent d059c8ccf8
commit 99621b948a
1 changed files with 0 additions and 5 deletions

View File

@ -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;