[lldb] Fix macos build for D120425

This commit is contained in:
Pavel Labath 2022-02-24 12:47:17 +01:00
parent cd0d21b47b
commit a85d3b66cb
1 changed files with 0 additions and 1 deletions

View File

@ -1474,7 +1474,6 @@ llvm::Expected<HostThread> Host::StartMonitoringChildProcess(
callback_copy(pid, signal, exit_status);
::dispatch_source_cancel(source);
}
}
});