]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: client: Remove unused "failed" field from struct smtp_client_transaction_mail.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 12 Oct 2018 07:24:06 +0000 (09:24 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 12 Feb 2019 13:41:11 +0000 (15:41 +0200)
src/lib-smtp/smtp-client-private.h

index df4aa4e91689a8061fc247d1b820e9636cd160ff..d186320c3e085a74e2d85a951c3d4517fc1f1db2 100644 (file)
@@ -64,8 +64,6 @@ struct smtp_client_transaction_mail {
        void *context;
 
        struct smtp_client_command *cmd_mail_from;
-
-       bool failed:1;
 };
 
 struct smtp_client_transaction_rcpt {