From: Timo Sirainen Date: Tue, 1 Mar 2016 20:11:05 +0000 (+0200) Subject: lib-index: Minor code cleanup - removed duplicate function prototype. X-Git-Tag: 2.2.22.rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6d9ee111d3b31a366c19391eabb377a3d2d66e8;p=thirdparty%2Fdovecot%2Fcore.git lib-index: Minor code cleanup - removed duplicate function prototype. --- diff --git a/src/lib-index/mail-cache.h b/src/lib-index/mail-cache.h index 4b39dbbe81..d6771768d1 100644 --- a/src/lib-index/mail-cache.h +++ b/src/lib-index/mail-cache.h @@ -83,11 +83,6 @@ struct mail_cache_view * mail_cache_view_open(struct mail_cache *cache, struct mail_index_view *iview); void mail_cache_view_close(struct mail_cache_view **view); -/* Normally cache decisions are updated on lookup/add. Use this function to - enable/disable this (useful for precaching data). */ -void mail_cache_view_update_cache_decisions(struct mail_cache_view *view, - bool update); - /* Normally cache decisions are updated on lookup/add. Use this function to enable/disable this (useful for precaching data). */ void mail_cache_view_update_cache_decisions(struct mail_cache_view *view,