]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dict: Minor code cleanup.
authorTimo Sirainen <tss@iki.fi>
Tue, 4 May 2010 13:12:00 +0000 (16:12 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 4 May 2010 13:12:00 +0000 (16:12 +0300)
--HG--
branch : HEAD

src/lib-dict/dict-sql.c

index 0211e1b0c098e6aa057728b8443257c91583302a..8711cc93af8d7b50d10b40c6b118f58e40861b8d 100644 (file)
@@ -65,7 +65,6 @@ struct sql_dict_transaction_context {
        struct sql_dict_inc_row *inc_row;
 
        unsigned int failed:1;
-       unsigned int changed:1;
 };
 
 static struct sql_db_cache *dict_sql_db_cache;