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.
2 parents 1bb4e80 + 3bcdc07 commit cf673fbCopy full SHA for cf673fb
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -4077,10 +4077,6 @@ TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
4077
"Cannot compute the children of type %s without an execution "
4078
"context.",
4079
AsMangledName(type));
4080
- else
4081
- LLDB_LOGF(GetLog(LLDBLog::Types),
4082
- "Couldn't compute size of type %s without a process.",
4083
- AsMangledName(type));
4084
4085
// Runtime failed, fallback to SwiftASTContext.
4086
if (UseSwiftASTContextFallback(__FUNCTION__, type)) {
0 commit comments