]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: smtp-common - Remove duplicate structural comment.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 8 Oct 2021 10:42:21 +0000 (12:42 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 17 Jan 2022 11:52:09 +0000 (13:52 +0200)
src/lib-smtp/smtp-common.h

index 2237d3762acc2e4c431db1911d884cf3e7d8ee3a..be9da6a08c71f3222ea0960e83aaa6d8a9b0e7ae 100644 (file)
@@ -103,10 +103,6 @@ struct smtp_proxy_data {
        unsigned int extra_fields_count;
 };
 
-/*
- * SMTP proxy data
- */
-
 void smtp_proxy_data_merge(pool_t pool, struct smtp_proxy_data *dst,
                           const struct smtp_proxy_data *src);