milan-avb: gptp: drop unused avb_gptp_destroy wrapper

This commit is contained in:
hackerman-kl 2026-04-28 07:39:27 +02:00
parent 8c9e5f1974
commit f5389a4225

View file

@ -228,11 +228,6 @@ static const struct server_events server_events = {
.periodic = gptp_periodic,
};
void avb_gptp_destroy(struct avb_gptp *gptp)
{
gptp_destroy(gptp);
}
struct avb_gptp *avb_gptp_new(struct server *server)
{
struct impl *impl;