aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-05 01:12:21 -0400
committerIvan Kluchnikov <kluchnikovi@gmail.com>2015-07-17 13:50:25 +0300
commitd2448c697f9a86ad83e81590c1074b590767f1d0 (patch)
tree623a2fb0e8b92d2756da7c76b5c63768da97d9c4
parent68923685eaaa61b97d9d3642599c314c09763b5e (diff)
trx: Remove unused variables.
-rw-r--r--src/osmo-bts-trx/gsm0503_coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/gsm0503_coding.c b/src/osmo-bts-trx/gsm0503_coding.c
index 468e5321..fea25f9c 100644
--- a/src/osmo-bts-trx/gsm0503_coding.c
+++ b/src/osmo-bts-trx/gsm0503_coding.c
@@ -910,7 +910,7 @@ int tch_afs_decode(uint8_t *tch_data, sbit_t *bursts, int codec_mode_req,
int *n_errors, int *n_bits_total)
{
sbit_t iB[912], cB[456], h;
- ubit_t test[456], d[244], p[6], conv[250];
+ ubit_t d[244], p[6], conv[250];
int i, j, k, best = 0, rv, len, steal = 0, id = 0;
*n_errors = 0; *n_bits_total = 0;
@@ -1260,7 +1260,7 @@ int tch_ahs_decode(uint8_t *tch_data, sbit_t *bursts, int odd,
uint8_t *cmr, int *n_errors, int *n_bits_total)
{
sbit_t iB[912], cB[456], h;
- ubit_t test[456], d[244], p[6], conv[135];
+ ubit_t d[244], p[6], conv[135];
int i, j, k, best = 0, rv, len, steal = 0, id = 0;
/* only unmap the stealing bits */