Const-ification
[exim.git] / src / src / transports / smtp.h
index d968a4d549a4e3e1bffb2a8da97f90944812e9fc..4494adfb2aa07beeab5edee4dc68730af8d2fc19 100644 (file)
@@ -85,9 +85,6 @@ typedef struct {
   uschar *dkim_sign_headers;
   uschar *dkim_strict;
 #endif
-#ifdef EXPERIMENTAL_TPDA
-  uschar *tpda_host_defer_action;
-#endif
 } smtp_transport_options_block;
 
 /* Data for reading the private options. */