aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/smpl_buf.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-03 14:38:36 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-05-03 14:38:51 +0200
commit580c48b7d5ae931b5ceb7ffa2a1ae39f89b31080 (patch)
treebd269a55172d4a3107b41817d5bd2278f5aed1c0 /Transceiver52M/device/smpl_buf.h
parent7214fde085adca0d8c1ee280085c169f05b90eb5 (diff)
smpl_buf: Remove unused clk_rt variable
During 87b7d098e517470fec53ac13a28d1d0fa7b16bb4 we dropped support for UHD specific functionalitites, and so clk_rt is not needed anymore. Change-Id: I37403e085ed6a541bbdecf64f1f9a821ff2753a4
Diffstat (limited to 'Transceiver52M/device/smpl_buf.h')
-rw-r--r--Transceiver52M/device/smpl_buf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Transceiver52M/device/smpl_buf.h b/Transceiver52M/device/smpl_buf.h
index e58eb38..e007ae5 100644
--- a/Transceiver52M/device/smpl_buf.h
+++ b/Transceiver52M/device/smpl_buf.h
@@ -37,10 +37,9 @@ class smpl_buf {
public:
/** Sample buffer constructor
@param len number of 32-bit samples the buffer should hold
- @param rate sample clockrate
@param timestamp
*/
- smpl_buf(size_t len, double rate);
+ smpl_buf(size_t len);
~smpl_buf();
/** Query number of samples available for reading