forked from OSchip/llvm-project
More fallout unique_ptr changes for from http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/3565.
llvm-svn: 179815
This commit is contained in:
parent
99bce5fe08
commit
febe8e33d7
|
@ -37,7 +37,7 @@ using namespace lldb_private;
|
|||
|
||||
POSIXThread::POSIXThread(Process &process, lldb::tid_t tid)
|
||||
: Thread(process, tid),
|
||||
m_frame_ap(0)
|
||||
m_frame_ap()
|
||||
{
|
||||
Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
|
||||
if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
|
||||
|
|
Loading…
Reference in New Issue