aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tsou <ttsou@vt.edu>2010-08-24 16:06:11 -0700
committerThomas Tsou <ttsou@vt.edu>2010-08-24 16:06:11 -0700
commitdf6e52627540124e35e114522a897ff1409dc3a7 (patch)
treef39c1931ea64459ba9d53766450528905dbc051a
parent9449d05773c0e3d328ff721ef01b1d0dd50aa372 (diff)
downloaduhd-df6e52627540124e35e114522a897ff1409dc3a7.tar.gz
uhd-df6e52627540124e35e114522a897ff1409dc3a7.tar.bz2
uhd-df6e52627540124e35e114522a897ff1409dc3a7.zip
usrp1: Remove unused overrun/underrun poll variable
The polling inverval for overrun and underrun checking is rate dependent and calculated in the dsp code whenever the interpolation or decimation is changed.
-rw-r--r--host/lib/usrp/usrp1/io_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/io_impl.cpp b/host/lib/usrp/usrp1/io_impl.cpp
index a0efa14d1..5e206b3d5 100644
--- a/host/lib/usrp/usrp1/io_impl.cpp
+++ b/host/lib/usrp/usrp1/io_impl.cpp
@@ -33,8 +33,6 @@ using namespace uhd::usrp;
using namespace uhd::transport;
namespace asio = boost::asio;
-static const float poll_interval = 0.1; //100ms
-
struct usrp1_send_state {
uhd::transport::managed_send_buffer::sptr send_buff;
size_t bytes_written;