drop unused function up_peer_tx

Change-Id: Ib2808ad402555fd58b92a1ea4bef4a67305a4ae2
This commit is contained in:
Neels Hofmeyr 2023-02-08 20:36:57 +01:00
parent 4e2b367d89
commit 6cb4231383
1 changed files with 0 additions and 5 deletions

View File

@ -169,11 +169,6 @@ struct up_peer *up_peer_find_or_add(struct up_endpoint *up_endpoint, const struc
return up_peer_add(up_endpoint, remote_addr);
}
int up_peer_tx(struct up_peer *peer, struct osmo_pfcp_msg *m)
{
return osmo_pfcp_endpoint_tx(peer->up_endpoint->pfcp_ep, m);
}
static int up_peer_fsm_timer_cb(struct osmo_fsm_inst *fi)
{
//struct up_peer *peer = fi->priv;