forked from OSchip/llvm-project
[lldb] Fix macos build for D120425
This commit is contained in:
parent
cd0d21b47b
commit
a85d3b66cb
|
@ -1474,7 +1474,6 @@ llvm::Expected<HostThread> Host::StartMonitoringChildProcess(
|
|||
callback_copy(pid, signal, exit_status);
|
||||
|
||||
::dispatch_source_cancel(source);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue