summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-09 21:14:51 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-09 21:31:57 +0000
commitfc45ffe558f95017461aab9ea3830cedc00551b3 (patch)
tree874c14cc70e25c1183882cd8473910b9b9a0b99c
parent83d2a8615f6fede0c99dda5cb83dd510d7ad0269 (diff)
Lose outdated builtin-macro warning
-rw-r--r--src/src/exim.c3
-rw-r--r--src/src/globals.c1
-rw-r--r--src/src/globals.h1
3 files changed, 0 insertions, 5 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index d8411082a..e87561619 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -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 "/" */
diff --git a/src/src/globals.c b/src/src/globals.c
index 8ec62466f..30d5eb029 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -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;
diff --git a/src/src/globals.h b/src/src/globals.h
index ed5aee839..bea027e62 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -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 */