diff options
Diffstat (limited to 'gr-fec/python')
-rw-r--r-- | gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc b/gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc index a888062174..77fdb0215b 100644 --- a/gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc +++ b/gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc @@ -58,10 +58,4 @@ void bind_polar_decoder_sc_list(py::module& m) D(code, polar_decoder_sc_list, generic_work)) ; - - - py::module m_code_polar = m_code.def_submodule("polar"); - - - py::module m_polar = m.def_submodule("polar"); } |