diff --git a/libsrc/general/parthreads.hpp b/libsrc/general/parthreads.hpp index 05521df1..2e242484 100644 --- a/libsrc/general/parthreads.hpp +++ b/libsrc/general/parthreads.hpp @@ -96,12 +96,6 @@ void ParallelFor( int first, int next, const TFunc & f ) - template - inline atomic & AsAtomic (T & d) - { - return reinterpret_cast&> (d); - } - typedef void (*TaskManager)(std::function); typedef void (*Tracer)(string, bool); // false .. start, true .. stop