diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h index 2f97a016..f3522c51 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -278,9 +278,6 @@ struct msgblk /* message header parsed for open_sink() */ struct idlist *recipients; /* addressees */ char return_path[HOSTLEN + USERNAMELEN + 4]; int reallen; - - /* this is written by open_sink */ - int lmtp_responses; /* count of LMTP responses expected */ }; |