From 3bcdc078341f82fd34734a9f175768fa74e55acd Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 6 Jun 2025 16:29:12 -0700 Subject: [PATCH] [lldb] Remove incorrectly placed/worded log message --- .../Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp b/lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp index 36c3fdaeca630..00d5fd4611b0c 100644 --- a/lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp +++ b/lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp @@ -4076,10 +4076,6 @@ TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex( "Cannot compute the children of type %s without an execution " "context.", AsMangledName(type)); - else - LLDB_LOGF(GetLog(LLDBLog::Types), - "Couldn't compute size of type %s without a process.", - AsMangledName(type)); // Runtime failed, fallback to SwiftASTContext. if (UseSwiftASTContextFallback(__FUNCTION__, type)) {