From: Simon Horman Date: Fri, 1 Nov 2013 07:48:30 +0000 (+0900) Subject: CLEANUP: Remove unused 'last_slowstart_change' field from struct peer X-Git-Tag: v1.5-dev20~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69d547638f09d0bb99f14c74a1c8be485cf2c72;p=thirdparty%2Fhaproxy.git CLEANUP: Remove unused 'last_slowstart_change' field from struct peer This was inadvertently added by "MEDIUM: checks: Add agent health check". It appears to have never been used. Signed-off-by: Simon Horman --- diff --git a/include/types/peers.h b/include/types/peers.h index 41a1cce5bf..d52dc8c419 100644 --- a/include/types/peers.h +++ b/include/types/peers.h @@ -72,7 +72,6 @@ struct peer { int line; /* line where the section appears */ } conf; /* config information */ time_t last_change; - time_t last_slowstart_change; struct sockaddr_storage addr; /* peer address */ struct protocol *proto; /* peer address protocol */ struct xprt_ops *xprt; /* peer socket operations at transport layer */