# HG changeset patch # User zas_ # Date 1211455715 0 # Node ID df6c117091065bf8b0cd500d751dcb1efb23719b # Parent e6ebae313d4679f7cdc227b4a810f7875bc78a55 Comment out unused static function extension_truncate(). diff -r e6ebae313d46 -r df6c11709106 src/cache_maint.c --- a/src/cache_maint.c Thu May 22 11:27:43 2008 +0000 +++ b/src/cache_maint.c Thu May 22 11:28:35 2008 +0000 @@ -48,6 +48,7 @@ *------------------------------------------------------------------- */ +#if 0 static gint extension_truncate(gchar *path, const gchar *ext) { gint l; @@ -64,6 +65,7 @@ return TRUE; } +#endif static gchar *extension_find_dot(gchar *path) {