summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan West <nathan.west@okstate.edu>2013-11-04 01:23:32 -0600
committerJohnathan Corgan <johnathan@corganlabs.com>2013-11-04 14:08:03 -0800
commit539eaca1ae1dd4bd68e529d5bfbf48c3c578537d (patch)
treec6fa99a5dc857f5b3759ba868f1d9bb7c862cd45
parent7d67cc7dff022e077fbd1618ff5faf8cb38e83e1 (diff)
blocks: address CID 1043280. An unused member (of endian_swap) had the same name as parameter. Removed member.
-rw-r--r--gr-blocks/lib/endian_swap_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-blocks/lib/endian_swap_impl.h b/gr-blocks/lib/endian_swap_impl.h
index ab8fff1b65..de56c52725 100644
--- a/gr-blocks/lib/endian_swap_impl.h
+++ b/gr-blocks/lib/endian_swap_impl.h
@@ -31,7 +31,6 @@ namespace gr {
class endian_swap_impl : public endian_swap
{
private:
- size_t item_size_bytes;
public:
endian_swap_impl(size_t item_size_bytes);