]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Removed unused index_mailbox_context.notify_last_check
authorTimo Sirainen <tss@iki.fi>
Thu, 24 Mar 2011 17:22:03 +0000 (19:22 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 24 Mar 2011 17:22:03 +0000 (19:22 +0200)
src/lib-storage/index/index-storage.h

index 5f1b7808188eee52702e0980f95b919c05132fd9..778a5d43cd5a8cb125954e72aace7159256771d1 100644 (file)
@@ -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;