diff options
author | andriy gelman <andriy.gelman@gmail.com> | 2018-02-21 17:57:55 -0500 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-04-28 15:54:32 +0200 |
commit | 3d244b94cf4612a87e0d95e5ab24da4a5fc6aae2 (patch) | |
tree | b4423e82d710ff8e1a7ec8a7ffbd1e795d9adcdc /gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t | |
parent | e0beb54aac18de2f1c3f5076213f03bbe096cd59 (diff) |
Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)
Diffstat (limited to 'gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t')
-rw-r--r-- | gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t b/gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t index 5b3cdeeb62..6841066416 100644 --- a/gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t +++ b/gr-trellis/lib/pccc_decoder_combined_XX_impl.cc.t @@ -34,8 +34,6 @@ namespace gr { namespace trellis { - static const float INF = 1.0e9; - @BASE_NAME@::sptr @BASE_NAME@::make(const fsm &FSMo, int STo0, int SToK, const fsm &FSMi, int STi0, int STiK, |