diff --git a/include/haproxy/resolvers-t.h b/include/haproxy/resolvers-t.h index 9d291614d2..486c9641ce 100644 --- a/include/haproxy/resolvers-t.h +++ b/include/haproxy/resolvers-t.h @@ -277,7 +277,6 @@ enum { RSLV_UPD_CNAME, /* CNAME without any IP provided in the response */ RSLV_UPD_NAME_ERROR, /* name in the response did not match the query */ RSLV_UPD_NO_IP_FOUND, /* no IP could be found in the response */ - RSLV_UPD_OBSOLETE_IP, /* The server IP was obsolete, and no other IP was found */ }; struct proxy;