diff options
author | Martin Braun <martin@gnuradio.org> | 2021-05-17 15:54:08 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-05-22 14:30:40 -0400 |
commit | 60147b42f29f9746a3f8fb5d41193f39a29054eb (patch) | |
tree | e354e1b2925270500b696a9baab0feb493b03578 /gr-digital/lib/CMakeLists.txt | |
parent | b029dc427ea633409069198823390abd912b18e7 (diff) |
digital: Remove crc32 utility
This patch removes a crc32 utility that used to be used in our CRC32
blocks, but no longer is. Right now, all this does is expose a generic
CRC32 function to the user (both via Python and C++), but there are
enough other libraries that let the user do that. Therefore, we'll
remove this.
Signed-off-by: Martin Braun <martin@gnuradio.org>
Diffstat (limited to 'gr-digital/lib/CMakeLists.txt')
-rw-r--r-- | gr-digital/lib/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-digital/lib/CMakeLists.txt b/gr-digital/lib/CMakeLists.txt index b3d81ce506..9a39a85267 100644 --- a/gr-digital/lib/CMakeLists.txt +++ b/gr-digital/lib/CMakeLists.txt @@ -30,7 +30,6 @@ add_library(gnuradio-digital correlate_access_code_ff_ts_impl.cc costas_loop_cc_impl.cc cpmmod_bc_impl.cc - crc32.cc crc32_bb_impl.cc crc32_async_bb_impl.cc decision_feedback_equalizer_impl.cc |