Skip to content

Commit

Permalink
Removed unnecessary forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
progschj committed Mar 31, 2013
1 parent 951db75 commit 978cf0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ThreadPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
#include <functional>
#include <stdexcept>

class ThreadPool;

// the actual thread pool
class ThreadPool {
public:
ThreadPool(size_t);
Expand Down

0 comments on commit 978cf0e

Please sign in to comment.