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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
