]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
submission: Dropped unused field from struct client.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 24 Dec 2017 13:52:07 +0000 (14:52 +0100)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Wed, 31 Jan 2018 14:05:57 +0000 (16:05 +0200)
src/submission/submission-client.h

index a69abffa0b32825b191afbfb884dc13bc92c3173..9cb7600518e2f78b30bf38a36ef4d403afbe15a5 100644 (file)
@@ -32,7 +32,6 @@ struct client {
        struct imap_urlauth_context *urlauth_ctx;
 
        struct smtp_client_connection *proxy_conn;
-       struct smtp_client_connection *proxy_trans;
 
        struct smtp_server_stats stats;