diff options
author | michael-west <michael.west@ettus.com> | 2018-04-30 12:04:16 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-04-30 12:17:05 -0700 |
commit | dd34b638444582f7b5d081e4e548e6e2b602bec3 (patch) | |
tree | 14b1954f32385b708a3fc1d9e3d50db2122140f2 /host/lib | |
parent | 679e4949479678d5a12842e82fe922872f6198bf (diff) | |
download | uhd-dd34b638444582f7b5d081e4e548e6e2b602bec3.tar.gz uhd-dd34b638444582f7b5d081e4e548e6e2b602bec3.tar.bz2 uhd-dd34b638444582f7b5d081e4e548e6e2b602bec3.zip |
fixup! rfnoc: ctrl_iface cleanup
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/rfnoc/ctrl_iface.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/rfnoc/ctrl_iface.cpp b/host/lib/rfnoc/ctrl_iface.cpp index 719341717..cd8b05726 100644 --- a/host/lib/rfnoc/ctrl_iface.cpp +++ b/host/lib/rfnoc/ctrl_iface.cpp @@ -28,10 +28,6 @@ using namespace uhd::transport; static const double ACK_TIMEOUT = 2.0; //supposed to be worst case practical timeout static const double MASSIVE_TIMEOUT = 10.0; //for when we wait on a timed command -ctrl_iface::~ctrl_iface(void){ - /* NOP */ -} - template <uhd::endianness_t _endianness> class ctrl_iface_impl: public ctrl_iface { |