summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/bindings/decoder_python.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/python/fec/bindings/decoder_python.cc')
-rw-r--r--gr-fec/python/fec/bindings/decoder_python.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gr-fec/python/fec/bindings/decoder_python.cc b/gr-fec/python/fec/bindings/decoder_python.cc
index 4a6e5b6a2b..4eda9cb0d6 100644
--- a/gr-fec/python/fec/bindings/decoder_python.cc
+++ b/gr-fec/python/fec/bindings/decoder_python.cc
@@ -63,12 +63,5 @@ void bind_decoder(py::module& m)
py::arg("noutput"),
D(decoder, fixed_rate_noutput_to_ninput))
-
- .def("forecast",
- &decoder::forecast,
- py::arg("noutput_items"),
- py::arg("ninput_items_required"),
- D(decoder, forecast))
-
;
}