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)) {