evas: Compile out unused functions
authorChris Michael <cp.michael@samsung.com>
Wed, 11 Oct 2017 13:17:35 +0000 (09:17 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 11 Oct 2017 13:17:35 +0000 (09:17 -0400)
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 <cp.michael@samsung.com>
src/lib/evas/cache/evas_cache_image.c

index 1e3eb88..b2d83aa 100644 (file)
@@ -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,