Revert introduction of alloc_insecure_tainted_data
[exim.git] / src / src / globals.h
index de4670a81f617c7c15a8d7b110deef3e94addb5d..02fcc9f3394a6e6a32f84dec29b6be00f14f1e18 100644 (file)
@@ -77,10 +77,6 @@ extern int     sqlite_lock_timeout;    /* Internal lock waiting timeout */
 extern BOOL    move_frozen_messages;   /* Get them out of the normal directory */
 #endif
 
-#ifdef ALLOW_INSECURE_TAINTED_DATA
-extern BOOL    allow_insecure_tainted_data;
-#endif
-
 /* These variables are outside the #ifdef because it keeps the code less
 cluttered in several places (e.g. during logging) if we can always refer to
 them. Also, the tls_ variables are now always visible. */