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

via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 11 08:14:12 PDT 2026


Author: Charles Zablit
Date: 2026-06-11T16:14:06+01:00
New Revision: 4bfc636e16b5ff5b39ac886d2c1beaab16bee933

URL: https://github.com/llvm/llvm-project/commit/4bfc636e16b5ff5b39ac886d2c1beaab16bee933
DIFF: https://github.com/llvm/llvm-project/commit/4bfc636e16b5ff5b39ac886d2c1beaab16bee933.diff

LOG: [lldb][Windows][NFC] Clean up ConnectionConPTYWindows (#203284)

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

Added: 
    

Modified: 
    lldb/source/Host/windows/ConnectionConPTYWindows.cpp

Removed: 
    


################################################################################
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;
 


        


More information about the lldb-commits mailing list