diff options
| -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  { | 
