From dd34b638444582f7b5d081e4e548e6e2b602bec3 Mon Sep 17 00:00:00 2001 From: michael-west Date: Mon, 30 Apr 2018 12:04:16 -0700 Subject: fixup! rfnoc: ctrl_iface cleanup --- host/lib/rfnoc/ctrl_iface.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'host/lib/rfnoc/ctrl_iface.cpp') 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 class ctrl_iface_impl: public ctrl_iface { -- cgit v1.2.3