diff --git a/modules/beast_basics/threads/beast_ParallelFor.h b/modules/beast_basics/threads/beast_ParallelFor.h index e2e56fdb7..3903ce445 100644 --- a/modules/beast_basics/threads/beast_ParallelFor.h +++ b/modules/beast_basics/threads/beast_ParallelFor.h @@ -71,11 +71,6 @@ public: */ int getNumberOfThreads () const; - template - void operator () (int numberOfIterations, T1 t1) - { - } - /** Execute parallel for loop. Functor is called once for each value in the range