diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-22 17:52:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-22 17:52:08 -0700 |
commit | 694dc3c7bc6f07b9660aef0c5ace9f6e11f98066 (patch) | |
tree | 6e0f0d4aab4b82bc39260fe65936787042ed4126 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 767bb419200aa80f90a8845e92c989215919f3a7 (diff) | |
download | uhd-694dc3c7bc6f07b9660aef0c5ace9f6e11f98066.tar.gz uhd-694dc3c7bc6f07b9660aef0c5ace9f6e11f98066.tar.bz2 uhd-694dc3c7bc6f07b9660aef0c5ace9f6e11f98066.zip |
merged usrp2 stuff from u1e branch (without merging the u1e stuff)
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 70420fd49..55ac0b192 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -86,8 +86,6 @@ private: */ class usrp2_impl : public uhd::device{ public: - typedef boost::shared_ptr<usrp2_impl> sptr; - /*! * Create a new usrp2 impl base. * \param ctrl_transport the udp transport for control |