We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4a54e commit 3bcdc07Copy full SHA for 3bcdc07
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -4076,10 +4076,6 @@ TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
4076
"Cannot compute the children of type %s without an execution "
4077
"context.",
4078
AsMangledName(type));
4079
- else
4080
- LLDB_LOGF(GetLog(LLDBLog::Types),
4081
- "Couldn't compute size of type %s without a process.",
4082
- AsMangledName(type));
4083
4084
// Runtime failed, fallback to SwiftASTContext.
4085
if (UseSwiftASTContextFallback(__FUNCTION__, type)) {
0 commit comments