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