Lose outdated builtin-macro warning
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 9 Feb 2018 21:14:51 +0000 (21:14 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 9 Feb 2018 21:31:57 +0000 (21:31 +0000)
src/src/exim.c
src/src/globals.c
src/src/globals.h

index d8411082abebb56b25767edd4758488eb3face68..e87561619f77837e14c25c10b9684c80929f094b 100644 (file)
@@ -3793,9 +3793,6 @@ defined) */
 
 readconf_main(checking || list_options);
 
-if (builtin_macros_create_trigger) DEBUG(D_any)
-  debug_printf("Builtin macros created (expensive) due to config line '%.*s'\n",
-    Ustrlen(builtin_macros_create_trigger)-1, builtin_macros_create_trigger);
 
 /* Now in directory "/" */
 
index 8ec62466fdf76b61066be03848b8f6438c42d353..30d5eb02919e69efe3f3d82622fa708acbb6e86b 100644 (file)
@@ -488,7 +488,6 @@ int     bounce_return_linesize_limit = 998;
 BOOL    bounce_return_message  = TRUE;
 int     bounce_return_size_limit = 100*1024;
 uschar *bounce_sender_authentication = NULL;
-uschar *builtin_macros_create_trigger = NULL;
 
 uschar *callout_address        = NULL;
 int     callout_cache_domain_positive_expire = 7*24*60*60;
index ed5aee839c3a88f8be4d8821cfff22712aab0bfa..bea027e6210c03adbb6115bc40f816d553af82db 100644 (file)
@@ -258,7 +258,6 @@ extern int     bounce_return_linesize_limit; /* Max line length in return */
 extern BOOL    bounce_return_message;  /* Include message in bounce */
 extern int     bounce_return_size_limit; /* Max amount to return */
 extern uschar *bounce_sender_authentication; /* AUTH address for bounces */
-extern uschar *builtin_macros_create_trigger; /* config file line causing lazy-create */
 
 extern uschar *callout_address;         /* Address used for a malware/spamd/verify etc. callout */
 extern int     callout_cache_domain_positive_expire; /* Time for positive domain callout cache records to expire */