aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-04 20:04:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-05-04 20:05:06 +0200
commit9b394e0cc0b94e616ab053fb968d2ff64d80daae (patch)
tree8e8b9f035b36c98cddcb8153d29e64e418f29141
parentsmpl_buf: Remove unused clk_rt variable (diff)
downloadOsmoTRX-9b394e0cc0b94e616ab053fb968d2ff64d80daae.tar.xz
OsmoTRX-9b394e0cc0b94e616ab053fb968d2ff64d80daae.zip
smpl_buf: Remove unused clk_rt variable (fixup)
Last commit removed use of the clkr_rt variable but forgot to remove the variable itself. Fixes: 580c48b7d5ae931b5ceb7ffa2a1ae39f89b31080 Fixes: Coverity CID 198370 Change-Id: Ida1fc5b7b338fbeb2a7c6258f36b02da93ff2186
-rw-r--r--Transceiver52M/device/smpl_buf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Transceiver52M/device/smpl_buf.h b/Transceiver52M/device/smpl_buf.h
index e007ae5..24d3ce9 100644
--- a/Transceiver52M/device/smpl_buf.h
+++ b/Transceiver52M/device/smpl_buf.h
@@ -79,8 +79,6 @@ private:
uint32_t *data;
size_t buf_len;
- double clk_rt;
-
TIMESTAMP time_start;
TIMESTAMP time_end;