From: Chris Michael Date: Wed, 11 Oct 2017 13:17:35 +0000 (-0400) Subject: evas: Compile out unused functions X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~2331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d36ef88bcea82bfdc0146245e13d9e74572fa8f;p=platform%2Fupstream%2Fefl.git evas: Compile out unused functions These timestamp functions are not currently being called, perhaps they were intended for something later?, but for now just #if 0 them out as they are not used Signed-off-by: Chris Michael --- diff --git a/src/lib/evas/cache/evas_cache_image.c b/src/lib/evas/cache/evas_cache_image.c index 1e3eb88..b2d83aa 100644 --- a/src/lib/evas/cache/evas_cache_image.c +++ b/src/lib/evas/cache/evas_cache_image.c @@ -196,6 +196,7 @@ _evas_cache_image_entry_delete(Evas_Cache_Image *cache, Image_Entry *ie) cache->func.dealloc(ie); } +#if 0 static Eina_Bool _timestamp_compare(Image_Timestamp *tstamp, struct stat *st) { @@ -228,6 +229,7 @@ _timestamp_build(Image_Timestamp *tstamp, struct stat *st) #endif #endif } +#endif static Image_Entry * _evas_cache_image_entry_new(Evas_Cache_Image *cache,