diff options
Diffstat (limited to 'compiler-rt/lib/dfsan/dfsan_thread.cpp')
| -rw-r--r-- | compiler-rt/lib/dfsan/dfsan_thread.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/dfsan/dfsan_thread.cpp b/compiler-rt/lib/dfsan/dfsan_thread.cpp index 6869cf231587..df7e4d9b7421 100644 --- a/compiler-rt/lib/dfsan/dfsan_thread.cpp +++ b/compiler-rt/lib/dfsan/dfsan_thread.cpp @@ -67,8 +67,6 @@ void DFsanThread::Destroy() { } thread_return_t DFsanThread::ThreadStart() { - Init(); - if (!start_routine_) { // start_routine_ == 0 if we're on the main thread or on one of the // OS X libdispatch worker threads. But nobody is supposed to call |
