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

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


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 <c_zablit at apple.com>
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;
 



More information about the lldb-commits mailing list