aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy.c
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-04 11:17:47 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-07 10:46:10 +0200
commit1a8dbc4fc93698b89b35254286317f1a1d8dfaa5 (patch)
tree5cc82941aca7a745b1393c9672ab4458bd44c094 /openbsc/src/gprs/gb_proxy.c
parent56cb7299071c8472a240a293036be3074f3eb4e0 (diff)
gbproxy: Fix warnings
This patch fixes the remaining 'unused' warnings. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/src/gprs/gb_proxy.c')
-rw-r--r--openbsc/src/gprs/gb_proxy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gb_proxy.c b/openbsc/src/gprs/gb_proxy.c
index 965059bdb..a61a3071b 100644
--- a/openbsc/src/gprs/gb_proxy.c
+++ b/openbsc/src/gprs/gb_proxy.c
@@ -116,7 +116,6 @@ static void gprs_push_llc_ui(struct msgb *msg,
const uint8_t e_bit = 0;
const uint8_t pm_bit = 1;
const uint8_t cr_bit = is_uplink ? 0 : 1;
- size_t msg_size = msgb_length(msg);
uint8_t *llc;
uint8_t *fcs_field;
uint32_t fcs;