diff options
author | Bastian Bloessl <mail@bastibl.net> | 2019-08-27 18:24:22 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-09-05 13:14:21 +0200 |
commit | 50aa0564e7f82f3c401ac5c64c30cfa0d6c3562e (patch) | |
tree | 37a44805a0db3cd3debf482c56049d4006fc5e50 /gr-fec | |
parent | cdb0535e7dea1d856cca4ec18b724fe9326e1ccf (diff) |
fec: delete unnecessary forward declartion
Diffstat (limited to 'gr-fec')
-rw-r--r-- | gr-fec/include/gnuradio/fec/polar_decoder_sc_list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fec/include/gnuradio/fec/polar_decoder_sc_list.h b/gr-fec/include/gnuradio/fec/polar_decoder_sc_list.h index 6089929277..8f02dc5377 100644 --- a/gr-fec/include/gnuradio/fec/polar_decoder_sc_list.h +++ b/gr-fec/include/gnuradio/fec/polar_decoder_sc_list.h @@ -33,7 +33,6 @@ namespace code { namespace polar { class scl_list; -class path; } // namespace polar /*! |