tidying
[exim.git] / src / src / transports / pipe.c
index 5b7fa1f5cd0b52c9ab04a9abed3ae42f89dc2a6c..0361cc816277893d29b9b71ff1b1b18d7c074571 100644 (file)
@@ -473,8 +473,7 @@ $pipe_addresses, which is not recognized by the normal expansion function. */
 
 if (expand_arguments)
   {
-  uschar *s = cmd;
-  uschar *p = Ustrstr(cmd, "pipe_addresses");
+  uschar * p = Ustrstr(cmd, "pipe_addresses");
   gstring * g = NULL;
 
   DEBUG(D_transport)