changeset 19916:92ebcea64322

lib-index: Minor code cleanup - removed duplicate function prototype.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Tue, 01 Mar 2016 22:11:05 +0200
parents 0b2569fca146
children 1ef6401c749d
files src/lib-index/mail-cache.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-cache.h	Wed Mar 02 20:32:25 2016 +0200
+++ b/src/lib-index/mail-cache.h	Tue Mar 01 22:11:05 2016 +0200
@@ -88,11 +88,6 @@
 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,
-					    bool update);
-
 /* Get index transaction specific cache transaction. */
 struct mail_cache_transaction_ctx *
 mail_cache_get_transaction(struct mail_cache_view *view,