X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1843f70b733127fcba3321d9d69359e05905f8cc..f49d9ed0b8cbf4b87e9c8d9007767ba48f440332:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index 200b506f7..0109cd711 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -3,7 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ -/* Copyright (c) The Exim Maintainers 2020 */ +/* Copyright (c) The Exim Maintainers 2020 - 2021 */ /* See the file NOTICE for conditions of use and distribution. */ /* All the global variables are defined together in this one module, so @@ -183,7 +183,6 @@ BOOL (*receive_hasc)(void) = stdin_hasc; int (*receive_ungetc)(int) = stdin_ungetc; int (*receive_feof)(void) = stdin_feof; int (*receive_ferror)(void) = stdin_ferror; -BOOL (*receive_smtp_buffered)(void) = NULL; /* Only used for SMTP */ #endif