Drop forward declaration of gbprox_relay2peer()

There're no calls to the function before actual declaration so
forward declaration serves no purpose, just pollutes 'git grep' results.

Change-Id: Id8bce05ef347df93202a77b817a10903acaa9d97
This commit is contained in:
Max 2022-10-13 17:11:19 +03:00
parent 96a4427108
commit e3b991268b
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ static const struct rate_ctr_group_desc global_ctrg_desc = {
.class_id = OSMO_STATS_CLASS_GLOBAL,
};
static int gbprox_relay2peer(struct msgb *old_msg, struct gbproxy_bvc *bvc,
uint16_t ns_bvci);
int tx_status(struct gbproxy_nse *nse, uint16_t ns_bvci, enum gprs_bssgp_cause cause, const uint16_t *bvci, const struct msgb *old_msg)
{
int rc;