diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gras/block.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/gras/block.hpp b/include/gras/block.hpp index cb38e95..1adc4c3 100644 --- a/include/gras/block.hpp +++ b/include/gras/block.hpp @@ -31,13 +31,6 @@ struct GRAS_API Block : Element * Deal with block configuration configuration ******************************************************************/ - /*! - * Set the thread pool of this block. - * Every block is created in the default active thread pool. - * This call will migrate the block to a new specified pool. - */ - void set_thread_pool(const ThreadPool &thread_pool); - //! Get the configuration rules of an input port const InputPortConfig &input_config(const size_t which_input) const; |