From 4e48bc34a30f6671197294c99a259f1fcbc0bf8f Mon Sep 17 00:00:00 2001
From: Josh Morman <jmorman@perspectalabs.com>
Date: Mon, 15 Feb 2021 10:42:16 -0500
Subject: pybind: remove forecast from python bindings

There is no scenario that a block or app should be calling forecast over
the python interface.  This is only called by the scheduler, and for
python blocks would pass through the gateway interface.

Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
---
 .../python/gnuradio/gr/bindings/sync_decimator_python.cc           | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc')

diff --git a/gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc b/gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc
index 1eba9dfd7b..e9c940fbc9 100644
--- a/gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc
+++ b/gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc
@@ -49,13 +49,6 @@ void bind_sync_decimator(py::module& m)
              D(sync_decimator, set_decimation))
 
 
-        .def("forecast",
-             &sync_decimator::forecast,
-             py::arg("noutput_items"),
-             py::arg("ninput_items_required"),
-             D(sync_decimator, forecast))
-
-
         .def("general_work",
              &sync_decimator::general_work,
              py::arg("noutput_items"),
-- 
cgit v1.2.3