From: Timo Sirainen Date: Thu, 29 May 2003 21:51:29 +0000 (+0300) Subject: Removed unused variable. X-Git-Tag: 1.1.alpha1~4588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c7794ccacbd20f93fceb3a1a4e6e8abae8fcba;p=thirdparty%2Fdovecot%2Fcore.git Removed unused variable. --HG-- branch : HEAD --- diff --git a/src/lib-index/maildir/maildir-uidlist.h b/src/lib-index/maildir/maildir-uidlist.h index b42dca86c3..4b82908403 100644 --- a/src/lib-index/maildir/maildir-uidlist.h +++ b/src/lib-index/maildir/maildir-uidlist.h @@ -11,8 +11,6 @@ struct maildir_uidlist { char *fname; struct istream *input; - time_t cur_stamp; - unsigned int uid_validity, next_uid, last_read_uid; };