aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-02 15:21:56 -0700
committerJosh Blum <josh@joshknows.com>2010-06-02 15:21:56 -0700
commita4494bc2c985919aee7119ed401c72f41cde206e (patch)
treec1ff7ff39521e39f976f2f2318575561cc2742a2 /host/lib/usrp/usrp2/usrp2_impl.cpp
parent92fd3a514b6808e7b94f172c75afb2026b849fce (diff)
downloaduhd-a4494bc2c985919aee7119ed401c72f41cde206e.tar.gz
uhd-a4494bc2c985919aee7119ed401c72f41cde206e.tar.bz2
uhd-a4494bc2c985919aee7119ed401c72f41cde206e.zip
use smart pointer for io impl, simplify send buffer callback
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.cpp3
1 files changed, 1 insertions, 2 deletions
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 */
}
/***********************************************************************