summaryrefslogtreecommitdiffstats
path: root/base/simple_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/simple_thread.cc')
-rw-r--r--base/simple_thread.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/simple_thread.cc b/base/simple_thread.cc
index 797843d..1d88dada 100644
--- a/base/simple_thread.cc
+++ b/base/simple_thread.cc
@@ -75,8 +75,4 @@ void CallWrapperSimpleThread::Run() {
wrapper_ = NULL;
}
-CallWrapperSimpleThread::~CallWrapperSimpleThread() {
- DCHECK(!wrapper_) << "CallWrapper was never released.";
-}
-
} // namespace base