From d323a84dd9ae38827a0843dcfb088c4d2331ab8d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 29 Jul 2013 00:52:12 -0700 Subject: [PATCH] Remove unused function --- modules/beast_basics/threads/beast_ParallelFor.h | 5 ----- 1 file changed, 5 deletions(-) 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