From 3d244b94cf4612a87e0d95e5ab24da4a5fc6aae2 Mon Sep 17 00:00:00 2001 From: andriy gelman <andriy.gelman@gmail.com> Date: Wed, 21 Feb 2018 17:57:55 -0500 Subject: Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) --- gr-blocks/lib/udp_source_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-blocks/lib/udp_source_impl.h') diff --git a/gr-blocks/lib/udp_source_impl.h b/gr-blocks/lib/udp_source_impl.h index 42cb64dabe..5b4b6996ab 100644 --- a/gr-blocks/lib/udp_source_impl.h +++ b/gr-blocks/lib/udp_source_impl.h @@ -42,7 +42,6 @@ namespace gr { char *d_residbuf; // hold buffer between calls ssize_t d_residual; // hold information about number of bytes stored in residbuf ssize_t d_sent; // track how much of d_residbuf we've outputted - size_t d_offset; // point to residbuf location offset static const int BUF_SIZE_PAYLOADS; //!< The d_residbuf size in multiples of d_payload_size -- cgit v1.2.3