Skip to content

Commit

Permalink
remove unused friend class monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Sep 9, 2023
1 parent 6df5952 commit 22ab115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xtd.core/include/xtd/threading/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace xtd {
/// @brief The xtd::threading namespace provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data ( xtd::threading::mutex, xtd::threading::monitor, xtd::threading::interlocked, xtd::threading::auto_reset_event, and so on), this namespace includes a xtd::threading::thread_pool class that allows you to use a pool of system-supplied threads, and a xtd::threading::timer class that executes callback methods on thread pool threads.
namespace threading {
/// @cond
class monitor;
class thread_pool;
/// @endcond

Expand Down Expand Up @@ -374,7 +373,6 @@ namespace xtd {
/// @endcond

private:
friend class monitor;
friend class thread_pool;
friend class wait_handle;

Expand Down

0 comments on commit 22ab115

Please sign in to comment.