https://github.com/charles-zablit created 
https://github.com/llvm/llvm-project/pull/203284

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

>From 29359a01418cd8030aec35b5a0ef100ecb4404de Mon Sep 17 00:00:00 2001
From: Charles Zablit <[email protected]>
Date: Sun, 7 Jun 2026 03:03:48 +0100
Subject: [PATCH] [lldb][Windows][NFC] Clean up ConnectionConPTYWindows

---
 lldb/source/Host/windows/ConnectionConPTYWindows.cpp | 2 --
 1 file changed, 2 deletions(-)

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;
 

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to