aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/main.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-02-19 23:50:16 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-02-20 00:02:34 +0100
commit6b5bbee25fcdb90dd6051678a23e78ab2133a199 (patch)
tree58c35ec68700d3a3f61309c9229d0c034c1ee2b3 /src/osmo-bts-oc2g/main.c
parent546056c9c896da1bd7a760a5ad2b7cdd43494a1e (diff)
oc2g: Remove unused variables
Diffstat (limited to 'src/osmo-bts-oc2g/main.c')
-rw-r--r--src/osmo-bts-oc2g/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-oc2g/main.c b/src/osmo-bts-oc2g/main.c
index e685150e..ab3d36d7 100644
--- a/src/osmo-bts-oc2g/main.c
+++ b/src/osmo-bts-oc2g/main.c
@@ -83,7 +83,6 @@ unsigned int dsp_trace = 0x00000000;
int bts_model_init(struct gsm_bts *bts)
{
- struct gsm_bts_trx *trx;
struct stat st;
static struct osmo_fd accept_fd, read_fd;
int rc;