summaryrefslogtreecommitdiff
path: root/gr-digital/lib/crc32_async_bb_impl.h
diff options
context:
space:
mode:
authorandriy gelman <andriy.gelman@gmail.com>2018-02-21 17:57:55 -0500
committerMarcus Müller <marcus@hostalia.de>2018-04-28 15:54:32 +0200
commit3d244b94cf4612a87e0d95e5ab24da4a5fc6aae2 (patch)
treeb4423e82d710ff8e1a7ec8a7ffbd1e795d9adcdc /gr-digital/lib/crc32_async_bb_impl.h
parente0beb54aac18de2f1c3f5076213f03bbe096cd59 (diff)
Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)
Diffstat (limited to 'gr-digital/lib/crc32_async_bb_impl.h')
-rw-r--r--gr-digital/lib/crc32_async_bb_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-digital/lib/crc32_async_bb_impl.h b/gr-digital/lib/crc32_async_bb_impl.h
index 6ec0e8ee5..59efa8cdb 100644
--- a/gr-digital/lib/crc32_async_bb_impl.h
+++ b/gr-digital/lib/crc32_async_bb_impl.h
@@ -32,7 +32,6 @@ namespace gr {
class crc32_async_bb_impl : public crc32_async_bb
{
private:
- bool d_check;
boost::crc_optimal<32, 0x04C11DB7, 0xFFFFFFFF, 0xFFFFFFFF, true, true> d_crc_impl;
pmt::pmt_t d_in_port;