diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-02 15:21:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-02 15:21:56 -0700 |
commit | a4494bc2c985919aee7119ed401c72f41cde206e (patch) | |
tree | c1ff7ff39521e39f976f2f2318575561cc2742a2 /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | 92fd3a514b6808e7b94f172c75afb2026b849fce (diff) | |
download | uhd-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.cpp | 3 |
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 */ } /*********************************************************************** |