diff --git a/include/types/peers.h b/include/types/peers.h index 41a1cce5b..d52dc8c41 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 */