diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-16 18:07:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-16 18:10:40 -0700 |
commit | c861f98c55c38250a0d87ed91f5c19b10192a4b8 (patch) | |
tree | 75ad31e25e1f1e87a6fb686f4e291f7f1e9c3518 /host/lib/usrp/single_usrp.cpp | |
parent | 816a07bee54e998e4fb25beeb44b9ac3888189bf (diff) | |
download | uhd-c861f98c55c38250a0d87ed91f5c19b10192a4b8.tar.gz uhd-c861f98c55c38250a0d87ed91f5c19b10192a4b8.tar.bz2 uhd-c861f98c55c38250a0d87ed91f5c19b10192a4b8.zip |
usrp: created multi-usrp (multi chan, multi board), and deprecated mimo-usrp
Diffstat (limited to 'host/lib/usrp/single_usrp.cpp')
-rw-r--r-- | host/lib/usrp/single_usrp.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/single_usrp.cpp b/host/lib/usrp/single_usrp.cpp index 7d053535e..fba04cd60 100644 --- a/host/lib/usrp/single_usrp.cpp +++ b/host/lib/usrp/single_usrp.cpp @@ -46,10 +46,6 @@ public: _dev = device::make(addr); } - ~single_usrp_impl(void){ - /* NOP */ - } - device::sptr get_device(void){ return _dev; } |