aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/transaction.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:40:33 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:40:33 +0200
commitdc1e1058f3407dcda6c2cf42deabb863e2a80702 (patch)
treede1ca763fba7e43151c9559bab7ae65398063862 /openbsc/src/transaction.c
parent65fb0fda9d8c3de42ad86283b076c5a96763ed96 (diff)
Fix warnings by removing unused variables
Diffstat (limited to 'openbsc/src/transaction.c')
-rw-r--r--openbsc/src/transaction.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/transaction.c b/openbsc/src/transaction.c
index 950faa2f1..04eaa3c99 100644
--- a/openbsc/src/transaction.c
+++ b/openbsc/src/transaction.c
@@ -86,8 +86,6 @@ struct gsm_trans *trans_alloc(struct gsm_subscriber *subscr,
void trans_free(struct gsm_trans *trans)
{
- struct gsm_bts *bts;
-
switch (trans->protocol) {
case GSM48_PDISC_CC:
_gsm48_cc_trans_free(trans);