From a4494bc2c985919aee7119ed401c72f41cde206e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 2 Jun 2010 15:21:56 -0700 Subject: use smart pointer for io impl, simplify send buffer callback --- host/lib/usrp/usrp2/usrp2_impl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp') diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index 7f79c483b..af3ec216a 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -185,8 +185,7 @@ usrp2_impl::usrp2_impl( } usrp2_impl::~usrp2_impl(void){ - //cleanup the send and recv io - io_done(); + /* NOP */ } /*********************************************************************** -- cgit v1.2.3