From: Timo Sirainen Date: Thu, 24 Mar 2011 17:22:03 +0000 (+0200) Subject: lib-storage: Removed unused index_mailbox_context.notify_last_check X-Git-Tag: 2.1.alpha1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9dcc72d7a551c8fe85606ec4d72e97a0cce0198;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Removed unused index_mailbox_context.notify_last_check --- diff --git a/src/lib-storage/index/index-storage.h b/src/lib-storage/index/index-storage.h index 5f1b780818..778a5d43cd 100644 --- a/src/lib-storage/index/index-storage.h +++ b/src/lib-storage/index/index-storage.h @@ -34,7 +34,6 @@ struct index_mailbox_context { struct timeout *notify_to, *notify_delay_to; struct index_notify_file *notify_files; struct index_notify_io *notify_ios; - time_t notify_last_check; time_t next_lock_notify; /* temporary */ enum mailbox_lock_notify_type last_notify_type;