SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / environment.c
index cef82dfb1aed6ae92326b2ca79e56fa17a55d5dc..68adf3c0cac91c92476d739307e4efe834aefe63 100644 (file)
@@ -5,6 +5,7 @@
 /* Copyright (c) Heiko Schlittermann 2016
  * hs@schlittermann.de
  * See the file NOTICE for conditions of use and distribution.
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #include "exim.h"
@@ -67,7 +68,6 @@ if (add_environment)
   uschar * p;
   int sep = 0;
   const uschar * envlist = add_environment;
-  int old_pool = store_pool;
 
   while ((p = string_nextinlist(&envlist, &sep, NULL, 0)))
     {