LDAP: internal rename of attr_count
[exim.git] / src / src / retry.c
index 0b3ed5941565bbf79d31a3f2a1d81583192362d4..0099b6e6ad00c343741655532fd86db53dafdf64 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2015 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with retrying unsuccessful deliveries. */
@@ -346,7 +346,6 @@ retry_config *
 retry_find_config(const uschar *key, const uschar *alternate, int basic_errno,
   int more_errno)
 {
-int replace = 0;
 const uschar *colon = Ustrchr(key, ':');
 retry_config *yield;