msuraev submitted this change.
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(-)
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;
To view, visit change 29741. To unsubscribe, or for help writing mail filters, visit settings.