Tidy input buffer handling
[exim.git] / src / src / globals.c
index 200b506f7548c7b7d4bcb09cb3140c4c9c566ebd..0109cd711b82cd8ca4ffa4ad12ae4efe0ff004df 100644 (file)
@@ -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