diff options
| author | Martin Braun <martin.braun@ettus.com> | 2016-11-23 09:52:59 -0800 |
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2016-11-28 12:17:12 -0800 |
| commit | 097b0334ad22fbbe375963043e8afb4369b95bba (patch) | |
| tree | 99c1719b95bdf4d868a2f63fe8252fbd69fe964a /host/lib/transport/udp_zero_copy.cpp | |
| parent | 7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1 (diff) | |
| download | uhd-097b0334ad22fbbe375963043e8afb4369b95bba.tar.gz uhd-097b0334ad22fbbe375963043e8afb4369b95bba.tar.bz2 uhd-097b0334ad22fbbe375963043e8afb4369b95bba.zip | |
transport: Removed some superfluous variables
Diffstat (limited to 'host/lib/transport/udp_zero_copy.cpp')
| -rw-r--r-- | host/lib/transport/udp_zero_copy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/udp_zero_copy.cpp b/host/lib/transport/udp_zero_copy.cpp index 70fb5b552..036a84a05 100644 --- a/host/lib/transport/udp_zero_copy.cpp +++ b/host/lib/transport/udp_zero_copy.cpp @@ -32,7 +32,7 @@ using namespace uhd::transport; namespace asio = boost::asio; //A reasonable number of frames for send/recv and async/sync -static const size_t DEFAULT_NUM_FRAMES = 32; +//static const size_t DEFAULT_NUM_FRAMES = 32; /*********************************************************************** * Check registry for correct fast-path setting (windows only) |
