aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2020-07-16 18:07:27 +0200
committerEric <ewild@sysmocom.de>2020-08-26 17:35:18 +0200
commita8d3e915907cf017453525a8cb8c13e2985bbcc0 (patch)
tree217dcda40c216fad0b89dde1bbce521ba18b06fc
parentipc: print initial ts (diff)
downloadOsmoTRX-a8d3e915907cf017453525a8cb8c13e2985bbcc0.tar.xz
OsmoTRX-a8d3e915907cf017453525a8cb8c13e2985bbcc0.zip
ipc:remove unused function
Change-Id: Ie5c3828df5187f0e93970bd05c82d97ef1d51102
-rw-r--r--Transceiver52M/device/ipc/IPCDevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Transceiver52M/device/ipc/IPCDevice.h b/Transceiver52M/device/ipc/IPCDevice.h
index e346ce1..592b202 100644
--- a/Transceiver52M/device/ipc/IPCDevice.h
+++ b/Transceiver52M/device/ipc/IPCDevice.h
@@ -82,7 +82,6 @@ class IPCDevice : public RadioDevice {
virtual bool flush_recv(size_t num_pkts);
void update_stream_stats_rx(size_t chan, bool *overrun);
void update_stream_stats_tx(size_t chan, bool *underrun);
- bool do_clock_src_freq(enum ReferenceType ref, double freq);
public:
virtual void ipc_sock_close(ipc_sock_state *state);