Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down