Skip to content

Commit

Permalink
Remove useless comment now we have variadic templates for ConcurrentRun
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBienner committed Nov 22, 2012
1 parent af8e8c7 commit c848d31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/libclementine-common/core/concurrentrun.h
Expand Up @@ -40,12 +40,6 @@
ThreadFunctor classes are used to store a functor and its arguments, and
Run() functions are used for convenience: to directly create a new
ThreadFunctor object and start it.
Currently, only functions with zero, one, two or three arguments are
supported, but other might be added easily for X arguments by defining a new
ThreadFunctorX class (and eventually a second class for handling functions
which return void: see existing classes for examples), and add new Run()
function.
*/


Expand Down

0 comments on commit c848d31

Please sign in to comment.