Add retry type "lookup". Bug 1566
[exim.git] / src / src / exim_dbutil.c
index 48323243d676ff67f49b5585fb200b9ed62d97ea..72eee42e8efe3c06de8f33ecbf1eb61e29b2cc95 100644 (file)
@@ -642,19 +642,6 @@ while (key != NULL)
         printf("\n");
         }
 
-      /* Old-style domain record, without separate timestamps. This code can
-      eventually be thrown away, say in 5 years' time (it's now Feb 2003). */
-
-      else
-        {
-        printf("%s %s callout=%s postmaster=%s random=%s\n",
-          print_time(((dbdata_generic *)value)->time_stamp),
-          keybuffer,
-          print_cache(callout->result),
-          print_cache(callout->postmaster_result),
-          print_cache(callout->random_result));
-        }
-
       break;
 
       case type_ratelimit: