summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index 34a6fb786..ac4ff3b63 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -989,7 +989,6 @@ could be used and would handle that implicitly. */
static inline dns_answer *
store_get_dns_answer_trc(const uschar * func, unsigned line)
{
-/* return store_get_3(sizeof(dns_answer), TRUE, CCS func, line); use tainted mem */
return store_malloc_3(sizeof(dns_answer), CCS func, line);
}