aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-27 11:37:35 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-27 11:47:35 +0200
commit1c95bd383e07f0c58805084d36a46d774ea91726 (patch)
tree8aea7f682d7536587f8d41e7c986ff1ddcdc6c48 /src
parent159d4de370b31bc96a32f75de183051e8c5d9438 (diff)
openbts: Remove unused declaration of fl1h in udp_read_cb
Fixes: openbts_sock.cpp:94:22: warning: unused variable 'fl1h' Sponsored-by: On-Waves ehf
Diffstat (limited to 'src')
-rw-r--r--src/openbts_sock.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openbts_sock.cpp b/src/openbts_sock.cpp
index 5e6f16c6..8c99025c 100644
--- a/src/openbts_sock.cpp
+++ b/src/openbts_sock.cpp
@@ -91,7 +91,6 @@ static int udp_read_cb(struct osmo_fd *ofd)
{
struct msgb *msg = msgb_alloc_headroom(2048, 128, "udp_rx");
struct l1fwd_hdl *l1fh = (l1fwd_hdl *)ofd->data;
- struct femtol1_hdl *fl1h = l1fh->fl1h;
int rc;
if (!msg)