summaryrefslogtreecommitdiff
path: root/gr-fec/python
diff options
context:
space:
mode:
authorJosh Morman <jmorman@perspectalabs.com>2020-12-07 07:58:44 -0500
committermormj <34754695+mormj@users.noreply.github.com>2020-12-07 09:18:45 -0500
commita54c735faffb17cac788fba2a004e500ad1a82b8 (patch)
treeff8c6c76b8b63678d33c466f54a4f0dcef8662f0 /gr-fec/python
parent6c2186dc28c4f6349587d1161f49f5057ed881a5 (diff)
fec: remove stray pybind submodule definition for polar
Diffstat (limited to 'gr-fec/python')
-rw-r--r--gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc6
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");
}