Cleanup: remove unused function

It doesn't have definition either.
This commit is contained in:
Manuel Castilla 2021-10-23 21:03:25 +02:00
parent a3d0b50d75
commit 8c21667f3c

@ -320,14 +320,6 @@ class ExecutionGroup {
*/
void init_execution();
/**
* \brief get all inputbuffers needed to calculate an chunk
* \note all inputbuffers must be executed
* \param chunk_number: the chunk to be calculated
* \return (MemoryBuffer **) the inputbuffers
*/
MemoryBuffer **getInputBuffersCPU();
/**
* \brief get all inputbuffers needed to calculate an chunk
* \note all inputbuffers must be executed