diff options
Diffstat (limited to 'base/threading/thread.h')
-rw-r--r-- | base/threading/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/threading/thread.h b/base/threading/thread.h index 811dd80..379615d 100644 --- a/base/threading/thread.h +++ b/base/threading/thread.h @@ -25,7 +25,6 @@ namespace base { // (1) Thread::CleanUp() // (2) MessageLoop::~MessageLoop // (3.b) MessageLoop::DestructionObserver::WillDestroyCurrentMessageLoop -// (4) Thread::CleanUpAfterMessageLoopDestruction() class Thread : PlatformThread::Delegate { public: struct Options { |