diff options
Diffstat (limited to 'source/API/SBThread.cpp')
| -rw-r--r-- | source/API/SBThread.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/source/API/SBThread.cpp b/source/API/SBThread.cpp index 65ccb465c8da..d9ce6be3f893 100644 --- a/source/API/SBThread.cpp +++ b/source/API/SBThread.cpp @@ -293,10 +293,6 @@ SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) {    ThreadCollectionSP threads;    threads.reset(new ThreadCollection()); -  // We currently only support ThreadSanitizer. -  if (type != eInstrumentationRuntimeTypeThreadSanitizer) -    return threads; -    std::unique_lock<std::recursive_mutex> lock;    ExecutionContext exe_ctx(m_opaque_sp.get(), lock);  | 
