[Lldb-commits] [lldb] [lldb] Remove an extraneous `printf` statement. (PR #130453)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 8 18:53:31 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: John Harrison (ashgti)
<details>
<summary>Changes</summary>
This was missed in review but is showing up in lldb-dap output.
---
Full diff: https://github.com/llvm/llvm-project/pull/130453.diff
1 Files Affected:
- (modified) lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm (-1)
``````````diff
diff --git a/lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm b/lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm
index cb6c2457df1e3..c3a430bda7fa5 100644
--- a/lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm
+++ b/lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm
@@ -32,7 +32,6 @@ void Start() override {
}
});
dispatch_activate(m_memory_pressure_source);
- printf("Started\n");
}
void Stop() override {
``````````
</details>
https://github.com/llvm/llvm-project/pull/130453
More information about the lldb-commits
mailing list