summaryrefslogtreecommitdiffstats
path: root/base/thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/thread.cc')
-rw-r--r--base/thread.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/thread.cc b/base/thread.cc
index fd076a4..9bc81a4 100644
--- a/base/thread.cc
+++ b/base/thread.cc
@@ -131,9 +131,6 @@ void Thread::StopSoon() {
DCHECK(message_loop_);
message_loop_->PostTask(FROM_HERE, new ThreadQuitTask());
-
- // The thread can't receive messages anymore.
- message_loop_ = NULL;
}
void Thread::ThreadMain() {