From a54c735faffb17cac788fba2a004e500ad1a82b8 Mon Sep 17 00:00:00 2001
From: Josh Morman <jmorman@perspectalabs.com>
Date: Mon, 7 Dec 2020 07:58:44 -0500
Subject: fec: remove stray pybind submodule definition for polar

---
 gr-fec/python/fec/bindings/polar_decoder_sc_list_python.cc | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'gr-fec/python')

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");
 }
-- 
cgit v1.2.3