Review at https://gerrit.osmocom.org/2864
cosmetic: remove unused variable
Tha variable ms_timing_offset in lchan_meas_check_compute is not
used anymore.
Change-Id: I40c393f6864fe72b88a70da265b7775da8fb469c
---
M src/common/measurement.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/64/2864/1
diff --git a/src/common/measurement.c b/src/common/measurement.c
index 0c86faf..bd2af7e 100644
--- a/src/common/measurement.c
+++ b/src/common/measurement.c
@@ -245,7 +245,6 @@
int32_t taqb_sum = 0;
unsigned int num_meas_sub = 0;
int i;
- int32_t ms_timing_offset = 0;
/* if measurement period is not complete, abort */
if (!is_meas_complete(ts_pchan(lchan->ts), lchan->ts->nr,
--
To view, visit https://gerrit.osmocom.org/2864
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40c393f6864fe72b88a70da265b7775da8fb469c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: dexter <[email protected]>