[Lldb-commits] [lldb] [lldb][Windows][NFC] Clean up ConnectionConPTYWindows (PR #203284)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 11 07:15:16 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

<details>
<summary>Changes</summary>

Remove unused `<cstring>` include (no string/mem APIs used in the file).

---
Full diff: https://github.com/llvm/llvm-project/pull/203284.diff


1 Files Affected:

- (modified) lldb/source/Host/windows/ConnectionConPTYWindows.cpp (-2) 


``````````diff
diff --git a/lldb/source/Host/windows/ConnectionConPTYWindows.cpp b/lldb/source/Host/windows/ConnectionConPTYWindows.cpp
index f7e90421653e3..22f8d42a8beca 100644
--- a/lldb/source/Host/windows/ConnectionConPTYWindows.cpp
+++ b/lldb/source/Host/windows/ConnectionConPTYWindows.cpp
@@ -10,8 +10,6 @@
 #include "lldb/Utility/Status.h"
 #include "lldb/Utility/Timeout.h"
 
-#include <cstring>
-
 using namespace lldb;
 using namespace lldb_private;
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/203284


More information about the lldb-commits mailing list