Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c94b1ac7 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

tipc: remove unused tipc_link_is_active



tipc_link_is_active is no longer used and can be removed.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Acked-by: default avatarJon Maloy <jon.maloy@ericsson.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 74525cc5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -297,11 +297,6 @@ static bool link_is_bc_rcvlink(struct tipc_link *l)
	return ((l->bc_rcvlink == l) && !link_is_bc_sndlink(l));
}

int tipc_link_is_active(struct tipc_link *l)
{
	return l->active;
}

void tipc_link_set_active(struct tipc_link *l, bool active)
{
	l->active = active;