]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed unused variable.
authorTimo Sirainen <tss@iki.fi>
Thu, 29 May 2003 21:51:29 +0000 (00:51 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 29 May 2003 21:51:29 +0000 (00:51 +0300)
--HG--
branch : HEAD

src/lib-index/maildir/maildir-uidlist.h

index b42dca86c3afe849db79887c7fc9a2aecf194ab1..4b8290840399f0c90a52419cba1b2f805b52592a 100644 (file)
@@ -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;
 };