aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/nirio_zero_copy.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-11-23 09:52:59 -0800
committerMartin Braun <martin.braun@ettus.com>2016-11-28 12:17:12 -0800
commit097b0334ad22fbbe375963043e8afb4369b95bba (patch)
tree99c1719b95bdf4d868a2f63fe8252fbd69fe964a /host/lib/transport/nirio_zero_copy.cpp
parent7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1 (diff)
downloaduhd-097b0334ad22fbbe375963043e8afb4369b95bba.tar.gz
uhd-097b0334ad22fbbe375963043e8afb4369b95bba.tar.bz2
uhd-097b0334ad22fbbe375963043e8afb4369b95bba.zip
transport: Removed some superfluous variables
Diffstat (limited to 'host/lib/transport/nirio_zero_copy.cpp')
-rw-r--r--host/lib/transport/nirio_zero_copy.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/transport/nirio_zero_copy.cpp b/host/lib/transport/nirio_zero_copy.cpp
index 1eb431a19..8bec49a5f 100644
--- a/host/lib/transport/nirio_zero_copy.cpp
+++ b/host/lib/transport/nirio_zero_copy.cpp
@@ -75,7 +75,6 @@ private:
nirio_fifo<fifo_data_t>& _fifo;
fifo_data_t* _typed_buffer;
const size_t _frame_size;
- size_t _num_frames;
};
class nirio_zero_copy_msb : public managed_send_buffer
@@ -116,7 +115,6 @@ private:
nirio_fifo<fifo_data_t>& _fifo;
fifo_data_t* _typed_buffer;
const size_t _frame_size;
- size_t _num_frames;
};
class nirio_zero_copy_impl : public nirio_zero_copy {