diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-12 19:54:09 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-14 17:27:46 -0700 |
commit | 397521fcdbe88d4d797bf9a5bcd2cdb097003ab3 (patch) | |
tree | 7abca0107f1a013d250578b26e600bdf563673f4 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | c65a1f8e40960d5016788de2cc4775c9e603293a (diff) | |
download | uhd-397521fcdbe88d4d797bf9a5bcd2cdb097003ab3.tar.gz uhd-397521fcdbe88d4d797bf9a5bcd2cdb097003ab3.tar.bz2 uhd-397521fcdbe88d4d797bf9a5bcd2cdb097003ab3.zip |
usrp2: super packet handler support squashed
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index ccaf0c9a8..4d19863b1 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -220,7 +220,6 @@ private: uhd::otw_type_t _rx_otw_type, _tx_otw_type; UHD_PIMPL_DECL(io_impl) _io_impl; void io_init(void); - void handle_overflow(size_t); }; #endif /* INCLUDED_USRP2_IMPL_HPP */ |