msuraev has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/29741 )
Change subject: Drop forward declaration of gbprox_relay2peer() ......................................................................
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 --- M src/gb_proxy.c 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/gb_proxy.c b/src/gb_proxy.c index 488ef91..919ed61 100644 --- a/src/gb_proxy.c +++ b/src/gb_proxy.c @@ -80,9 +80,6 @@ .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;